#B77B70

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

Shades of Brandy Rose #B77B70

Tints of Brandy Rose #B77B70

Color information

#B77B70 (or 0xB77B70) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 70. RGB value is (183,123,112). Sum of RGB (Red+Green+Blue) = 183+123+112=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B70 is #48848F. Grayscale: #8B8B8B. Windows color (decimal): -4752528 or 7371703. OLE color: 7371703.

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

Color convert

RGB183123112-
CMYK00.330.390.28
HSL9.3º33.02%57.84%-
HSV(B)9.3º38.8%71.76%-
XYZ29.5425.418.68-
YUV139.69112.38158.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=43.78%
G=29.43%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312311200.330.390.289.333.0257.84
HexB77B70021271C9213a
Octal2671731600414734114172
Binary10110111111101111100000100001100111111001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B70; }

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

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

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

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

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

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

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

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