#BD8A73

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

Shades of Brandy Rose #BD8A73

Tints of Brandy Rose #BD8A73

Color information

#BD8A73 (or 0xBD8A73) is unknown color: approx Brandy Rose. HEX triplet: BD, 8A and 73. RGB value is (189,138,115). Sum of RGB (Red+Green+Blue) = 189+138+115=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A73 is #42758C. Grayscale: #969696. Windows color (decimal): -4355469 or 7572157. OLE color: 7572157.

HSL color Cylindrical-coordinate representation of color #BD8A73: hue angle of 18.65º 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 #BD8A73 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189138115-
CMYK00.270.390.26
HSL18.65º35.92%59.61%-
HSV(B)18.65º39.15%74.12%-
XYZ33.1730.2320.31-
YUV150.63107.9155.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=42.76%
G=31.22%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913811500.270.390.2618.6535.9259.61
HexBD8A7301B271A13243c
Octal2752121630334732234474
Binary101111011000101011100110110111001111101010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A73; }

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

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

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

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

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

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

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

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