#B77D6C

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

Shades of Brandy Rose #B77D6C

Tints of Brandy Rose #B77D6C

Color information

#B77D6C (or 0xB77D6C) is unknown color: approx Brandy Rose. HEX triplet: B7, 7D and 6C. RGB value is (183,125,108). Sum of RGB (Red+Green+Blue) = 183+125+108=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D6C is #488293. Grayscale: #8C8C8C. Windows color (decimal): -4752020 or 7110071. OLE color: 7110071.

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

Color convert

RGB183125108-
CMYK00.320.410.28
HSL13.6º34.25%57.06%-
HSV(B)13.6º40.98%71.76%-
XYZ29.5725.8217.61-
YUV140.4109.72158.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=43.99%
G=30.05%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312510800.320.410.2813.634.2557.06
HexB77D6C020291Ce2239
Octal2671751540405134164271
Binary10110111111110111011000100000101001111001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D6C; }

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

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

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

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

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

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

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

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