#BC836A

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

Shades of Brandy Rose #BC836A

Tints of Brandy Rose #BC836A

Color information

#BC836A (or 0xBC836A) is unknown color: approx Brandy Rose. HEX triplet: BC, 83 and 6A. RGB value is (188,131,106). Sum of RGB (Red+Green+Blue) = 188+131+106=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC836A is #437C95. Grayscale: #919191. Windows color (decimal): -4422806 or 6980540. OLE color: 6980540.

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

Color convert

RGB188131106-
CMYK00.300.440.26
HSL18.29º37.96%57.65%-
HSV(B)18.29º43.62%73.73%-
XYZ31.4627.9617.38-
YUV145.19105.88158.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=44.24%
G=30.82%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813110600.300.440.2618.2937.9657.65
HexBC836A01E2C1A12263a
Octal2742031520365432224672
Binary101111001000001111010100111101011001101010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC836A; }

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

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

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

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

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

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

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

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