#BD806B

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

Shades of Brandy Rose #BD806B

Tints of Brandy Rose #BD806B

Color information

#BD806B (or 0xBD806B) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 6B. RGB value is (189,128,107). Sum of RGB (Red+Green+Blue) = 189+128+107=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD806B is #427F94. Grayscale: #8F8F8F. Windows color (decimal): -4358037 or 7045309. OLE color: 7045309.

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

Color convert

RGB189128107-
CMYK00.320.430.26
HSL15.37º38.32%58.04%-
HSV(B)15.37º43.39%74.12%-
XYZ31.3627.3217.53-
YUV143.84107.21160.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=44.58%
G=30.19%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912810700.320.430.2615.3738.3258.04
HexBD806B0202B1Af263a
Octal2752001530405332174672
Binary101111011000000011010110100000101011110101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD806B; }

 p { color: rgb(189,128,107); }

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

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

 a { background-color: rgb(189,128,107); }

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

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

 span { border-color: rgb(189,128,107); }

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