#B67777

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

Shades of Brandy Rose #B67777

Tints of Brandy Rose #B67777

Color information

#B67777 (or 0xB67777) is unknown color: approx Brandy Rose. HEX triplet: B6, 77 and 77. RGB value is (182,119,119). Sum of RGB (Red+Green+Blue) = 182+119+119=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B67777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67777 is #498888. Grayscale: #898989. Windows color (decimal): -4819081 or 7829430. OLE color: 7829430.

HSL color Cylindrical-coordinate representation of color #B67777: hue angle of 0º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B67777 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182119119-
CMYK00.350.350.29
HSL30.14%59.02%-
HSV(B)34.62%71.37%-
XYZ29.2224.4720.64-
YUV137.84117.37159.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=43.33%
G=28.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211911900.350.350.29030.1459.02
HexB67777023231D01e3b
Octal266167167043433503673
Binary1011011011101111110111010001110001111101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67777; }

 p { color: rgb(182,119,119); }

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

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

 a { background-color: rgb(182,119,119); }

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

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

 span { border-color: rgb(182,119,119); }

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