#BD836D

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

Shades of Brandy Rose #BD836D

Tints of Brandy Rose #BD836D

Color information

#BD836D (or 0xBD836D) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 6D. RGB value is (189,131,109). Sum of RGB (Red+Green+Blue) = 189+131+109=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD836D is #427C92. Grayscale: #919191. Windows color (decimal): -4357267 or 7177149. OLE color: 7177149.

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

Color convert

RGB189131109-
CMYK00.310.420.26
HSL16.5º37.74%58.43%-
HSV(B)16.5º42.33%74.12%-
XYZ31.8628.1618.22-
YUV145.83107.22158.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=44.06%
G=30.54%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913110900.310.420.2616.537.7458.43
HexBD836D01F2A1A11263a
Octal2752031550375232214672
Binary101111011000001111011010111111010101101010001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD836D; }

 p { color: rgb(189,131,109); }

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

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

 a { background-color: rgb(189,131,109); }

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

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

 span { border-color: rgb(189,131,109); }

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