#b77f70

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

Shades of Brandy Rose #B77F70

Tints of Brandy Rose #B77F70

Color information

#B77F70 (or 0xB77F70) is unknown color: approx Brandy Rose. HEX triplet: B7, 7F and 70. RGB value is (183,127,112). Sum of RGB (Red+Green+Blue) = 183+127+112=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F70 is #48808F. Grayscale: #8E8E8E. Windows color (decimal): -4751504 or 7372727. OLE color: 7372727.

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

Color convert

RGB183127112-
CMYK00.310.390.28
HSL12.68º33.02%57.84%-
HSV(B)12.68º38.8%71.76%-
XYZ30.0426.4218.84-
YUV142.03111.05157.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=43.36%
G=30.09%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312711200.310.390.2812.6833.0257.84
HexB77F7001F271Cd213a
Octal2671771600374734154172
Binary1011011111111111110000011111100111111001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77f70; }

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

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

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

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

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

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

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

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