#BB7F74

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

Shades of Brandy Rose #BB7F74

Tints of Brandy Rose #BB7F74

Color information

#BB7F74 (or 0xBB7F74) is unknown color: approx Brandy Rose. HEX triplet: BB, 7F and 74. RGB value is (187,127,116). Sum of RGB (Red+Green+Blue) = 187+127+116=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F74 is #44808B. Grayscale: #8F8F8F. Windows color (decimal): -4489356 or 7634875. OLE color: 7634875.

HSL color Cylindrical-coordinate representation of color #BB7F74: hue angle of 9.3º 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 #BB7F74 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB187127116-
CMYK00.320.380.27
HSL9.3º34.3%59.41%-
HSV(B)9.3º37.97%73.33%-
XYZ31.242720.09-
YUV143.69112.38158.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=43.49%
G=29.53%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712711600.320.380.279.334.359.41
HexBB7F74020261B9223b
Octal2731771640404633114273
Binary10111011111111111101000100000100110110111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F74; }

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

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

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

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

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

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

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

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