#BD8E7D

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

Shades of Brandy Rose #BD8E7D

Tints of Brandy Rose #BD8E7D

Color information

#BD8E7D (or 0xBD8E7D) is unknown color: approx Brandy Rose. HEX triplet: BD, 8E and 7D. RGB value is (189,142,125). Sum of RGB (Red+Green+Blue) = 189+142+125=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E7D is #427182. Grayscale: #9A9A9A. Windows color (decimal): -4354435 or 8228541. OLE color: 8228541.

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

Color convert

RGB189142125-
CMYK00.250.340.26
HSL15.94º32.65%61.57%-
HSV(B)15.94º33.86%74.12%-
XYZ34.3631.6523.7-
YUV154.12111.57152.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=41.45%
G=31.14%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914212500.250.340.2615.9432.6561.57
HexBD8E7D019221A10213e
Octal2752161750314232204176
Binary101111011000111011111010110011000101101010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E7D; }

 p { color: rgb(189,142,125); }

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

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

 a { background-color: rgb(189,142,125); }

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

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

 span { border-color: rgb(189,142,125); }

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