#BD7B71

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

Shades of Brandy Rose #BD7B71

Tints of Brandy Rose #BD7B71

Color information

#BD7B71 (or 0xBD7B71) is unknown color: approx Brandy Rose. HEX triplet: BD, 7B and 71. RGB value is (189,123,113). Sum of RGB (Red+Green+Blue) = 189+123+113=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B71 is #42848E. Grayscale: #8D8D8D. Windows color (decimal): -4359311 or 7437245. OLE color: 7437245.

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

Color convert

RGB189123113-
CMYK00.350.400.26
HSL7.89º36.54%59.22%-
HSV(B)7.89º40.21%74.12%-
XYZ31.0526.1819.04-
YUV141.59111.87161.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=44.47%
G=28.94%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912311300.350.400.267.8936.5459.22
HexBD7B71023281A8253b
Octal2751731610435032104573
Binary10111101111101111100010100011101000110101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7B71; }

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

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

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

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

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

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

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

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