#B77D7A

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

Shades of Brandy Rose #B77D7A

Tints of Brandy Rose #B77D7A

Color information

#B77D7A (or 0xB77D7A) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 7A. RGB value is (183,125,122). Sum of RGB (Red+Green+Blue) = 183+125+122=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D7A is #488285. Grayscale: #8E8E8E. Windows color (decimal): -4752006 or 8027575. OLE color: 8027575.

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

Color convert

RGB183125122-
CMYK00.320.330.28
HSL2.95º29.76%59.8%-
HSV(B)2.95º33.33%71.76%-
XYZ30.3726.1421.86-
YUV142116.72157.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=42.56%
G=29.07%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312512200.320.330.282.9529.7659.8
HexB77D7A020211C31e3c
Octal267175172040413433674
Binary10110111111110111110100100000100001111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D7A; }

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

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

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

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

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

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

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

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