#BB7A74

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

Shades of Brandy Rose #BB7A74

Tints of Brandy Rose #BB7A74

Color information

#BB7A74 (or 0xBB7A74) is unknown color: approx Brandy Rose. HEX triplet: BB, 7A and 74. RGB value is (187,122,116). Sum of RGB (Red+Green+Blue) = 187+122+116=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A74 is #44858B. Grayscale: #8C8C8C. Windows color (decimal): -4490636 or 7633595. OLE color: 7633595.

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

Color convert

RGB187122116-
CMYK00.350.380.27
HSL5.07º34.3%59.41%-
HSV(B)5.07º37.97%73.33%-
XYZ30.6125.7419.88-
YUV140.75114.03160.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 122 (48.05% from 255) = 28.71%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=44%
G=28.71%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712211600.350.380.275.0734.359.41
HexBB7A74023261B5223b
Octal273172164043463354273
Binary1011101111110101110100010001110011011011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A74; }

 p { color: rgb(187,122,116); }

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

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

 a { background-color: rgb(187,122,116); }

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

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

 span { border-color: rgb(187,122,116); }

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