#B77E70

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

Shades of Brandy Rose #B77E70

Tints of Brandy Rose #B77E70

Color information

#B77E70 (or 0xB77E70) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 70. RGB value is (183,126,112). Sum of RGB (Red+Green+Blue) = 183+126+112=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E70 is #48818F. Grayscale: #8D8D8D. Windows color (decimal): -4751760 or 7372471. OLE color: 7372471.

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

Color convert

RGB183126112-
CMYK00.310.390.28
HSL11.83º33.02%57.84%-
HSV(B)11.83º38.8%71.76%-
XYZ29.9126.1618.8-
YUV141.45111.38157.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 126 (49.61% from 255) = 29.93%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=43.47%
G=29.93%
B=26.60%

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
Decimal18312611200.310.390.2811.8333.0257.84
HexB77E7001F271Cc213a
Octal2671761600374734144172
Binary1011011111111101110000011111100111111001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E70; }

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

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

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

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

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

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

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

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