#B77C6D

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

Shades of Brandy Rose #B77C6D

Tints of Brandy Rose #B77C6D

Color information

#B77C6D (or 0xB77C6D) is unknown color: approx Brandy Rose. HEX triplet: B7, 7C and 6D. RGB value is (183,124,109). Sum of RGB (Red+Green+Blue) = 183+124+109=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C6D is #488392. Grayscale: #8C8C8C. Windows color (decimal): -4752275 or 7175351. OLE color: 7175351.

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

Color convert

RGB183124109-
CMYK00.320.400.28
HSL12.16º33.94%57.25%-
HSV(B)12.16º40.44%71.76%-
XYZ29.525.5917.85-
YUV139.93110.55158.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=43.99%
G=29.81%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312410900.320.400.2812.1633.9457.25
HexB77C6D020281Cc2239
Octal2671741550405034144271
Binary10110111111110011011010100000101000111001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C6D; }

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

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

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

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

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

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

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

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