#B77D7D

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

Shades of Brandy Rose #B77D7D

Tints of Brandy Rose #B77D7D

Color information

#B77D7D (or 0xB77D7D) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 7D. RGB value is (183,125,125). Sum of RGB (Red+Green+Blue) = 183+125+125=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D7D is #488282. Grayscale: #8E8E8E. Windows color (decimal): -4752003 or 8224183. OLE color: 8224183.

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

Color convert

RGB183125125-
CMYK00.320.320.28
HSL28.71%60.39%-
HSV(B)31.69%71.76%-
XYZ30.5626.2222.85-
YUV142.34118.22157-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 125 (49.22% from 255) = 28.87%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=42.26%
G=28.87%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312512500.320.320.28028.7160.39
HexB77D7D020201C01d3c
Octal267175175040403403574
Binary1011011111111011111101010000010000011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D7D; }

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

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

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

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

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

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

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

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