#BD8372

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

Shades of Brandy Rose #BD8372

Tints of Brandy Rose #BD8372

Color information

#BD8372 (or 0xBD8372) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 72. RGB value is (189,131,114). Sum of RGB (Red+Green+Blue) = 189+131+114=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8372 is #427C8D. Grayscale: #929292. Windows color (decimal): -4357262 or 7504829. OLE color: 7504829.

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

Color convert

RGB189131114-
CMYK00.310.400.26
HSL13.6º36.23%59.41%-
HSV(B)13.6º39.68%74.12%-
XYZ32.1428.2719.68-
YUV146.4109.72158.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=43.55%
G=30.18%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913111400.310.400.2613.636.2359.41
HexBD837201F281Ae243b
Octal2752031620375032164473
Binary10111101100000111110010011111101000110101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8372; }

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

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

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

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

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

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

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

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