#B97F67

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

Shades of Brandy Rose #B97F67

Tints of Brandy Rose #B97F67

Color information

#B97F67 (or 0xB97F67) is unknown color: approx Brandy Rose. HEX triplet: B9, 7F and 67. RGB value is (185,127,103). Sum of RGB (Red+Green+Blue) = 185+127+103=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F67 is #468098. Grayscale: #8D8D8D. Windows color (decimal): -4620441 or 6782905. OLE color: 6782905.

HSL color Cylindrical-coordinate representation of color #B97F67: hue angle of 17.56º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B97F67 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB185127103-
CMYK00.310.440.27
HSL17.56º36.94%56.47%-
HSV(B)17.56º44.32%72.55%-
XYZ30.0526.4716.36-
YUV141.61106.22158.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 103 (40.62% from 255) = 24.82%
R=44.58%
G=30.60%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512710300.310.440.2717.5636.9456.47
HexB97F6701F2C1B122538
Octal2711771470375433224570
Binary10111001111111111001110111111011001101110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F67; }

 p { color: rgb(185,127,103); }

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

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

 a { background-color: rgb(185,127,103); }

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

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

 span { border-color: rgb(185,127,103); }

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