#B97E69

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

Shades of Brandy Rose #B97E69

Tints of Brandy Rose #B97E69

Color information

#B97E69 (or 0xB97E69) is unknown color: approx Brandy Rose. HEX triplet: B9, 7E and 69. RGB value is (185,126,105). Sum of RGB (Red+Green+Blue) = 185+126+105=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E69 is #468196. Grayscale: #8D8D8D. Windows color (decimal): -4620695 or 6913721. OLE color: 6913721.

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

Color convert

RGB185126105-
CMYK00.320.430.27
HSL15.75º36.36%56.86%-
HSV(B)15.75º43.24%72.55%-
XYZ30.0226.2616.85-
YUV141.25107.55159.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 105 (41.41% from 255) = 25.24%
R=44.47%
G=30.29%
B=25.24%

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
Decimal18512610500.320.430.2715.7536.3656.86
HexB97E690202B1B102439
Octal2711761510405333204471
Binary101110011111110110100101000001010111101110000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E69; }

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

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

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

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

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

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

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

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