#B77C75

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

Shades of Brandy Rose #B77C75

Tints of Brandy Rose #B77C75

Color information

#B77C75 (or 0xB77C75) is unknown color: approx Brandy Rose. HEX triplet: B7, 7C and 75. RGB value is (183,124,117). Sum of RGB (Red+Green+Blue) = 183+124+117=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C75 is #48838A. Grayscale: #8C8C8C. Windows color (decimal): -4752267 or 7699639. OLE color: 7699639.

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

Color convert

RGB183124117-
CMYK00.320.360.28
HSL6.36º31.43%58.82%-
HSV(B)6.36º36.07%71.76%-
XYZ29.9525.7720.22-
YUV140.84114.55158.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 124 (48.83% from 255) = 29.25%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=43.16%
G=29.25%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312411700.320.360.286.3631.4358.82
HexB77C75020241C61f3b
Octal267174165040443463773
Binary101101111111100111010101000001001001110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C75; }

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

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

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

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

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

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

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

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