#B77F75

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

Shades of Brandy Rose #B77F75

Tints of Brandy Rose #B77F75

Color information

#B77F75 (or 0xB77F75) is unknown color: approx Brandy Rose. HEX triplet: B7, 7F and 75. RGB value is (183,127,117). Sum of RGB (Red+Green+Blue) = 183+127+117=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F75 is #48808A. Grayscale: #8E8E8E. Windows color (decimal): -4751499 or 7700407. OLE color: 7700407.

HSL color Cylindrical-coordinate representation of color #B77F75: hue angle of 9.09º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77F75 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB183127117-
CMYK00.310.360.28
HSL9.09º31.43%58.82%-
HSV(B)9.09º36.07%71.76%-
XYZ30.3326.5320.35-
YUV142.6113.55156.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=42.86%
G=29.74%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312711700.310.360.289.0931.4358.82
HexB77F7501F241C91f3b
Octal2671771650374434113773
Binary101101111111111111010101111110010011100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F75; }

 p { color: rgb(183,127,117); }

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

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

 a { background-color: rgb(183,127,117); }

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

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

 span { border-color: rgb(183,127,117); }

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