#B97D7C

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

Shades of Brandy Rose #B97D7C

Tints of Brandy Rose #B97D7C

Color information

#B97D7C (or 0xB97D7C) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 7C. RGB value is (185,125,124). Sum of RGB (Red+Green+Blue) = 185+125+124=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D7C is #468283. Grayscale: #8E8E8E. Windows color (decimal): -4620932 or 8158649. OLE color: 8158649.

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

Color convert

RGB185125124-
CMYK00.320.330.27
HSL0.98º30.35%60.59%-
HSV(B)0.98º32.97%72.55%-
XYZ30.9826.4422.54-
YUV142.83117.38158.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=42.63%
G=28.80%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512512400.320.330.270.9830.3560.59
HexB97D7C020211B11e3d
Octal271175174040413313675
Binary1011100111111011111100010000010000111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D7C; }

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

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

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

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

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

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

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

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