#B77C7B

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

Shades of Brandy Rose #B77C7B

Tints of Brandy Rose #B77C7B

Color information

#B77C7B (or 0xB77C7B) is unknown color: approx Brandy Rose. HEX triplet: B7, 7C and 7B. RGB value is (183,124,123). Sum of RGB (Red+Green+Blue) = 183+124+123=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7B is #488384. Grayscale: #8D8D8D. Windows color (decimal): -4752261 or 8092855. OLE color: 8092855.

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

Color convert

RGB183124123-
CMYK00.320.330.28
HSL29.41%60%-
HSV(B)32.79%71.76%-
XYZ30.3125.9122.14-
YUV141.53117.55157.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=42.56%
G=28.84%
B=28.60%

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
Decimal18312412300.320.330.28129.4160
HexB77C7B020211C11d3c
Octal267174173040413413574
Binary1011011111111001111011010000010000111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C7B; }

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

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

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

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

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

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

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

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