#BB7D75

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

Shades of Brandy Rose #BB7D75

Tints of Brandy Rose #BB7D75

Color information

#BB7D75 (or 0xBB7D75) is unknown color: approx Brandy Rose. HEX triplet: BB, 7D and 75. RGB value is (187,125,117). Sum of RGB (Red+Green+Blue) = 187+125+117=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D75 is #44828A. Grayscale: #8E8E8E. Windows color (decimal): -4489867 or 7699899. OLE color: 7699899.

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

Color convert

RGB187125117-
CMYK00.330.370.27
HSL6.86º33.98%59.61%-
HSV(B)6.86º37.43%73.33%-
XYZ31.0426.5220.31-
YUV142.63113.54159.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=43.59%
G=29.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712511700.330.370.276.8633.9859.61
HexBB7D75021251B7223c
Octal273175165041453374274
Binary1011101111111011110101010000110010111011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7D75; }

 p { color: rgb(187,125,117); }

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

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

 a { background-color: rgb(187,125,117); }

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

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

 span { border-color: rgb(187,125,117); }

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