#B97B70

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

Shades of Brandy Rose #B97B70

Tints of Brandy Rose #B97B70

Color information

#B97B70 (or 0xB97B70) is unknown color: approx Brandy Rose. HEX triplet: B9, 7B and 70. RGB value is (185,123,112). Sum of RGB (Red+Green+Blue) = 185+123+112=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B70 is #46848F. Grayscale: #8C8C8C. Windows color (decimal): -4621456 or 7371705. OLE color: 7371705.

HSL color Cylindrical-coordinate representation of color #B97B70: hue angle of 9.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97B70 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185123112-
CMYK00.340.390.27
HSL9.04º34.27%58.24%-
HSV(B)9.04º39.46%72.55%-
XYZ30.0225.6518.7-
YUV140.28112.04159.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=44.05%
G=29.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512311200.340.390.279.0434.2758.24
HexB97B70022271B9223a
Octal2711731600424733114272
Binary10111001111101111100000100010100111110111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B70; }

 p { color: rgb(185,123,112); }

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

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

 a { background-color: rgb(185,123,112); }

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

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

 span { border-color: rgb(185,123,112); }

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