#BD8371

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

Shades of Brandy Rose #BD8371

Tints of Brandy Rose #BD8371

Color information

#BD8371 (or 0xBD8371) is unknown color: approx Brandy Rose. HEX triplet: BD, 83 and 71. RGB value is (189,131,113). Sum of RGB (Red+Green+Blue) = 189+131+113=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8371 is #427C8E. Grayscale: #929292. Windows color (decimal): -4357263 or 7439293. OLE color: 7439293.

HSL color Cylindrical-coordinate representation of color #BD8371: hue angle of 14.21º degrees, saturation: 0.37, 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 #BD8371 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189131113-
CMYK00.310.400.26
HSL14.21º36.54%59.22%-
HSV(B)14.21º40.21%74.12%-
XYZ32.0828.2419.38-
YUV146.29109.22158.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=43.65%
G=30.25%
B=26.10%

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
Decimal18913111300.310.400.2614.2136.5459.22
HexBD837101F281Ae253b
Octal2752031610375032164573
Binary10111101100000111110001011111101000110101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8371; }

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

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

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

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

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

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

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

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