#B77C7C

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

Shades of Brandy Rose #B77C7C

Tints of Brandy Rose #B77C7C

Color information

#B77C7C (or 0xB77C7C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7C and 7C. RGB value is (183,124,124). Sum of RGB (Red+Green+Blue) = 183+124+124=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7C is #488383. Grayscale: #8D8D8D. Windows color (decimal): -4752260 or 8158391. OLE color: 8158391.

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

Color convert

RGB183124124-
CMYK00.320.320.28
HSL29.06%60.2%-
HSV(B)32.24%71.76%-
XYZ30.3725.9422.47-
YUV141.64118.05157.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=42.46%
G=28.77%
B=28.77%

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
Decimal18312412400.320.320.28029.0660.2
HexB77C7C020201C01d3c
Octal267174174040403403574
Binary1011011111111001111100010000010000011100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C7C; }

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

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

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

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

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

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

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

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