#B77B6C

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

Shades of Brandy Rose #B77B6C

Tints of Brandy Rose #B77B6C

Color information

#B77B6C (or 0xB77B6C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7B and 6C. RGB value is (183,123,108). Sum of RGB (Red+Green+Blue) = 183+123+108=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6C is #488493. Grayscale: #8B8B8B. Windows color (decimal): -4752532 or 7109559. OLE color: 7109559.

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

Color convert

RGB183123108-
CMYK00.330.410.28
HSL12º34.25%57.06%-
HSV(B)12º40.98%71.76%-
XYZ29.3225.3217.53-
YUV139.23110.38159.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=44.20%
G=29.71%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312310800.330.410.281234.2557.06
HexB77B6C021291Cc2239
Octal2671731540415134144271
Binary10110111111101111011000100001101001111001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B6C; }

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

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

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

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

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

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

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

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