#BB7F73

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

Shades of Brandy Rose #BB7F73

Tints of Brandy Rose #BB7F73

Color information

#BB7F73 (or 0xBB7F73) is unknown color: approx Brandy Rose. HEX triplet: BB, 7F and 73. RGB value is (187,127,115). Sum of RGB (Red+Green+Blue) = 187+127+115=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F73 is #44808C. Grayscale: #8F8F8F. Windows color (decimal): -4489357 or 7569339. OLE color: 7569339.

HSL color Cylindrical-coordinate representation of color #BB7F73: hue angle of 10º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7F73 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB187127115-
CMYK00.320.390.27
HSL10º34.62%59.22%-
HSV(B)10º38.5%73.33%-
XYZ31.1826.9819.78-
YUV143.57111.88158.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=43.59%
G=29.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712711500.320.390.271034.6259.22
HexBB7F73020271Ba233b
Octal2731771630404733124373
Binary10111011111111111100110100000100111110111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F73; }

 p { color: rgb(187,127,115); }

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

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

 a { background-color: rgb(187,127,115); }

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

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

 span { border-color: rgb(187,127,115); }

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