#BD8B73

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

Shades of Brandy Rose #BD8B73

Tints of Brandy Rose #BD8B73

Color information

#BD8B73 (or 0xBD8B73) is unknown color: approx Brandy Rose. HEX triplet: BD, 8B and 73. RGB value is (189,139,115). Sum of RGB (Red+Green+Blue) = 189+139+115=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8B73 is #42748C. Grayscale: #979797. Windows color (decimal): -4355213 or 7572413. OLE color: 7572413.

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

Color convert

RGB189139115-
CMYK00.260.390.26
HSL19.46º35.92%59.61%-
HSV(B)19.46º39.15%74.12%-
XYZ33.3130.5220.36-
YUV151.21107.56154.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=42.66%
G=31.38%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913911500.260.390.2619.4635.9259.61
HexBD8B7301A271A13243c
Octal2752131630324732234474
Binary101111011000101111100110110101001111101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B73; }

 p { color: rgb(189,139,115); }

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

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

 a { background-color: rgb(189,139,115); }

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

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

 span { border-color: rgb(189,139,115); }

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