#B97C77

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

Shades of Brandy Rose #B97C77

Tints of Brandy Rose #B97C77

Color information

#B97C77 (or 0xB97C77) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 77. RGB value is (185,124,119). Sum of RGB (Red+Green+Blue) = 185+124+119=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C77 is #468388. Grayscale: #8D8D8D. Windows color (decimal): -4621193 or 7830713. OLE color: 7830713.

HSL color Cylindrical-coordinate representation of color #B97C77: hue angle of 4.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97C77 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB185124119-
CMYK00.330.360.27
HSL4.55º32.04%59.61%-
HSV(B)4.55º35.68%72.55%-
XYZ30.5526.0620.87-
YUV141.67115.21158.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=43.22%
G=28.97%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512411900.330.360.274.5532.0459.61
HexB97C77021241B5203c
Octal271174167041443354074
Binary1011100111111001110111010000110010011011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C77; }

 p { color: rgb(185,124,119); }

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

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

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

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

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

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

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