#B77874

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

Shades of Brandy Rose #B77874

Tints of Brandy Rose #B77874

Color information

#B77874 (or 0xB77874) is unknown color: approx Brandy Rose. HEX triplet: B7, 78 and 74. RGB value is (183,120,116). Sum of RGB (Red+Green+Blue) = 183+120+116=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B77874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77874 is #48878B. Grayscale: #8A8A8A. Windows color (decimal): -4753292 or 7633079. OLE color: 7633079.

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

Color convert

RGB183120116-
CMYK00.340.370.28
HSL3.58º31.75%58.63%-
HSV(B)3.58º36.61%71.76%-
XYZ29.424.7619.75-
YUV138.38115.37159.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=43.68%
G=28.64%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312011600.340.370.283.5831.7558.63
HexB77874022251C4203b
Octal267170164042453444073
Binary1011011111110001110100010001010010111100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77874; }

 p { color: rgb(183,120,116); }

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

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

 a { background-color: rgb(183,120,116); }

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

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

 span { border-color: rgb(183,120,116); }

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