#B97C69

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

Shades of Brandy Rose #B97C69

Tints of Brandy Rose #B97C69

Color information

#B97C69 (or 0xB97C69) is unknown color: approx Brandy Rose. HEX triplet: B9, 7C and 69. RGB value is (185,124,105). Sum of RGB (Red+Green+Blue) = 185+124+105=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C69 is #468396. Grayscale: #8C8C8C. Windows color (decimal): -4621207 or 6913209. OLE color: 6913209.

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

Color convert

RGB185124105-
CMYK00.330.430.27
HSL14.25º36.36%56.86%-
HSV(B)14.25º43.24%72.55%-
XYZ29.7725.7516.77-
YUV140.07108.21160.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=44.69%
G=29.95%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512410500.330.430.2714.2536.3656.86
HexB97C690212B1Be2439
Octal2711741510415333164471
Binary10111001111110011010010100001101011110111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C69; }

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

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

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

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

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

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

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

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