#BD8D7E

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

Shades of Brandy Rose #BD8D7E

Tints of Brandy Rose #BD8D7E

Color information

#BD8D7E (or 0xBD8D7E) is unknown color: approx Brandy Rose. HEX triplet: BD, 8D and 7E. RGB value is (189,141,126). Sum of RGB (Red+Green+Blue) = 189+141+126=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D7E is #427281. Grayscale: #999999. Windows color (decimal): -4354690 or 8293821. OLE color: 8293821.

HSL color Cylindrical-coordinate representation of color #BD8D7E: hue angle of 14.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD8D7E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189141126-
CMYK00.250.330.26
HSL14.29º32.31%61.76%-
HSV(B)14.29º33.33%74.12%-
XYZ34.2831.3723.99-
YUV153.64112.4153.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=41.45%
G=30.92%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914112600.250.330.2614.2932.3161.76
HexBD8D7E019211Ae203e
Octal2752151760314132164076
Binary10111101100011011111110011001100001110101110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D7E; }

 p { color: rgb(189,141,126); }

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

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

 a { background-color: rgb(189,141,126); }

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

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

 span { border-color: rgb(189,141,126); }

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