#BD816A

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

Shades of Brandy Rose #BD816A

Tints of Brandy Rose #BD816A

Color information

#BD816A (or 0xBD816A) is unknown color: approx Brandy Rose. HEX triplet: BD, 81 and 6A. RGB value is (189,129,106). Sum of RGB (Red+Green+Blue) = 189+129+106=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD816A is #427E95. Grayscale: #909090. Windows color (decimal): -4357782 or 6980029. OLE color: 6980029.

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

Color convert

RGB189129106-
CMYK00.320.440.26
HSL16.63º38.6%57.84%-
HSV(B)16.63º43.92%74.12%-
XYZ31.4427.5617.3-
YUV144.32106.38159.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 106 (41.80% from 255) = 25%
R=44.58%
G=30.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912910600.320.440.2616.6338.657.84
HexBD816A0202C1A11273a
Octal2752011520405432214772
Binary1011110110000001110101001000001011001101010001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD816A; }

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

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

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

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

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

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

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

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