#B77E7A

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

Shades of Brandy Rose #B77E7A

Tints of Brandy Rose #B77E7A

Color information

#B77E7A (or 0xB77E7A) is unknown color: approx Brandy Rose. HEX triplet: B7, 7E and 7A. RGB value is (183,126,122). Sum of RGB (Red+Green+Blue) = 183+126+122=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E7A is #488185. Grayscale: #8E8E8E. Windows color (decimal): -4751750 or 8027831. OLE color: 8027831.

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

Color convert

RGB183126122-
CMYK00.310.330.28
HSL3.93º29.76%59.8%-
HSV(B)3.93º33.33%71.76%-
XYZ30.526.3921.9-
YUV142.59116.38156.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=42.46%
G=29.23%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312612200.310.330.283.9329.7659.8
HexB77E7A01F211C41e3c
Octal267176172037413443674
Binary10110111111111011110100111111000011110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E7A; }

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

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

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

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

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

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

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

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