#B77B76

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

Shades of Brandy Rose #B77B76

Tints of Brandy Rose #B77B76

Color information

#B77B76 (or 0xB77B76) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 76. RGB value is (183,123,118). Sum of RGB (Red+Green+Blue) = 183+123+118=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B76 is #488489. Grayscale: #8C8C8C. Windows color (decimal): -4752522 or 7764919. OLE color: 7764919.

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

Color convert

RGB183123118-
CMYK00.330.360.28
HSL4.62º31.1%59.02%-
HSV(B)4.62º35.52%71.76%-
XYZ29.8825.5420.49-
YUV140.37115.38158.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=43.16%
G=29.01%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312311800.330.360.284.6231.159.02
HexB77B76021241C51f3b
Octal267173166041443453773
Binary101101111111011111011001000011001001110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B76; }

 p { color: rgb(183,123,118); }

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

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

 a { background-color: rgb(183,123,118); }

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

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

 span { border-color: rgb(183,123,118); }

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