#B97D69

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

Shades of Brandy Rose #B97D69

Tints of Brandy Rose #B97D69

Color information

#B97D69 (or 0xB97D69) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 69. RGB value is (185,125,105). Sum of RGB (Red+Green+Blue) = 185+125+105=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D69 is #468296. Grayscale: #8C8C8C. Windows color (decimal): -4620951 or 6913465. OLE color: 6913465.

HSL color Cylindrical-coordinate representation of color #B97D69: hue angle of 15º 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 #B97D69 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185125105-
CMYK00.320.430.27
HSL15º36.36%56.86%-
HSV(B)15º43.24%72.55%-
XYZ29.892616.81-
YUV140.66107.88159.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 125 (49.22% from 255) = 30.12%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=44.58%
G=30.12%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512510500.320.430.271536.3656.86
HexB97D690202B1Bf2439
Octal2711751510405333174471
Binary10111001111110111010010100000101011110111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D69; }

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

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

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

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

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

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

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

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