#BD816E

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

Shades of Brandy Rose #BD816E

Tints of Brandy Rose #BD816E

Color information

#BD816E (or 0xBD816E) is unknown color: approx Brandy Rose. HEX triplet: BD, 81 and 6E. RGB value is (189,129,110). Sum of RGB (Red+Green+Blue) = 189+129+110=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD816E is #427E91. Grayscale: #909090. Windows color (decimal): -4357778 or 7242173. OLE color: 7242173.

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

Color convert

RGB189129110-
CMYK00.320.420.26
HSL14.43º37.44%58.63%-
HSV(B)14.43º41.8%74.12%-
XYZ31.6527.6518.42-
YUV144.77108.38159.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=44.16%
G=30.14%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912911000.320.420.2614.4337.4458.63
HexBD816E0202A1Ae253b
Octal2752011560405232164573
Binary101111011000000111011100100000101010110101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD816E; }

 p { color: rgb(189,129,110); }

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

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

 a { background-color: rgb(189,129,110); }

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

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

 span { border-color: rgb(189,129,110); }

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