#B97B6C

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

Shades of Brandy Rose #B97B6C

Tints of Brandy Rose #B97B6C

Color information

#B97B6C (or 0xB97B6C) is unknown color: approx Brandy Rose. HEX triplet: B9, 7B and 6C. RGB value is (185,123,108). Sum of RGB (Red+Green+Blue) = 185+123+108=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B6C is #468493. Grayscale: #8B8B8B. Windows color (decimal): -4621460 or 7109561. OLE color: 7109561.

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

Color convert

RGB185123108-
CMYK00.340.420.27
HSL11.69º35.48%57.45%-
HSV(B)11.69º41.62%72.55%-
XYZ29.825.5617.55-
YUV139.83110.04160.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 123 (48.44% from 255) = 29.57%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=44.47%
G=29.57%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512310800.340.420.2711.6935.4857.45
HexB97B6C0222A1Bc2339
Octal2711731540425233144371
Binary10111001111101111011000100010101010110111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B6C; }

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

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

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

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

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

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

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

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