#B77974

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

Shades of Brandy Rose #B77974

Tints of Brandy Rose #B77974

Color information

#B77974 (or 0xB77974) is unknown color: approx Brandy Rose. HEX triplet: B7, 79 and 74. RGB value is (183,121,116). Sum of RGB (Red+Green+Blue) = 183+121+116=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77974 is #48868B. Grayscale: #8B8B8B. Windows color (decimal): -4753036 or 7633335. OLE color: 7633335.

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

Color convert

RGB183121116-
CMYK00.340.370.28
HSL4.48º31.75%58.63%-
HSV(B)4.48º36.61%71.76%-
XYZ29.522519.79-
YUV138.97115.04159.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=43.57%
G=28.81%
B=27.62%

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
Decimal18312111600.340.370.284.4831.7558.63
HexB77974022251C4203b
Octal267171164042453444073
Binary1011011111110011110100010001010010111100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77974; }

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

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

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

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

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

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

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

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