#B77A6C

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

Shades of Brandy Rose #B77A6C

Tints of Brandy Rose #B77A6C

Color information

#B77A6C (or 0xB77A6C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7A and 6C. RGB value is (183,122,108). Sum of RGB (Red+Green+Blue) = 183+122+108=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A6C is #488593. Grayscale: #8A8A8A. Windows color (decimal): -4752788 or 7109303. OLE color: 7109303.

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

Color convert

RGB183122108-
CMYK00.330.410.28
HSL11.2º34.25%57.06%-
HSV(B)11.2º40.98%71.76%-
XYZ29.1925.0717.49-
YUV138.64110.71159.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=44.31%
G=29.54%
B=26.15%

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
Decimal18312210800.330.410.2811.234.2557.06
HexB77A6C021291Cb2239
Octal2671721540415134134271
Binary10110111111101011011000100001101001111001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A6C; }

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

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

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

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

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

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

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

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