#BD8070

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

Shades of Brandy Rose #BD8070

Tints of Brandy Rose #BD8070

Color information

#BD8070 (or 0xBD8070) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 70. RGB value is (189,128,112). Sum of RGB (Red+Green+Blue) = 189+128+112=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8070 is #427F8F. Grayscale: #909090. Windows color (decimal): -4358032 or 7372989. OLE color: 7372989.

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

Color convert

RGB189128112-
CMYK00.320.410.26
HSL12.47º36.84%59.02%-
HSV(B)12.47º40.74%74.12%-
XYZ31.6327.4318.96-
YUV144.42109.71159.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=44.06%
G=29.84%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912811200.320.410.2612.4736.8459.02
HexBD8070020291Ac253b
Octal2752001600405132144573
Binary101111011000000011100000100000101001110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8070; }

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

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

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

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

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

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

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

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