#BD807B

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

Shades of Brandy Rose #BD807B

Tints of Brandy Rose #BD807B

Color information

#BD807B (or 0xBD807B) is unknown color: approx Brandy Rose. HEX triplet: BD, 80 and 7B. RGB value is (189,128,123). Sum of RGB (Red+Green+Blue) = 189+128+123=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD807B is #427F84. Grayscale: #919191. Windows color (decimal): -4358021 or 8093885. OLE color: 8093885.

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

Color convert

RGB189128123-
CMYK00.320.350.26
HSL4.55º33.33%61.18%-
HSV(B)4.55º34.92%74.12%-
XYZ32.2827.6922.38-
YUV145.67115.21158.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=42.95%
G=29.09%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912812300.320.350.264.5533.3361.18
HexBD807B020231A5213d
Octal275200173040433254175
Binary10111101100000001111011010000010001111010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD807B; }

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

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

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

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

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

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

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

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