#BC836F

Color #BC836F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BC836F

Tints of Brandy Rose #BC836F

Color information

#BC836F (or 0xBC836F) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 6F. RGB value is (188,131,111). Sum of RGB (Red+Green+Blue) = 188+131+111=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836F is #437C90. Grayscale: #919191. Windows color (decimal): -4422801 or 7308220. OLE color: 7308220.

HSL color Cylindrical-coordinate representation of color #BC836F: hue angle of 15.58º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC836F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB188131111-
CMYK00.300.410.26
HSL15.58º36.49%58.63%-
HSV(B)15.58º40.96%73.73%-
XYZ31.7228.0718.79-
YUV145.76108.38158.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=43.72%
G=30.47%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813111100.300.410.2615.5836.4958.63
HexBC836F01E291A10243b
Octal2742031570365132204473
Binary101111001000001111011110111101010011101010000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC836F; }

 p { color: rgb(188,131,111); }

 H1.HeaderClassName
 {
   color: #BC836F;
 }
 .AnyTagClassName
 {
   color: #BC836F;
 }
</style>
background-color css

<style>
 a { background-color: #BC836F; }

 a { background-color: rgb(188,131,111); }

 div.DivClassName
 {
   background-color: #BC836F;
 }
 .BgClassName
 {
   background-color: #BC836F;
 }
</style>
border-color css

<style>
 span { border-color: #BC836F; }

 span { border-color: rgb(188,131,111); }

 td.TdClassName
 {
   border-color: #BC836F;
 }
 .TagClassName
 {
   border-color: #BC836F;
 }
</style>