#B97D6B

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

Shades of Brandy Rose #B97D6B

Tints of Brandy Rose #B97D6B

Color information

#B97D6B (or 0xB97D6B) is unknown color: approx Brandy Rose. HEX triplet: B9, 7D and 6B. RGB value is (185,125,107). Sum of RGB (Red+Green+Blue) = 185+125+107=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D6B is #468294. Grayscale: #8D8D8D. Windows color (decimal): -4620949 or 7044537. OLE color: 7044537.

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

Color convert

RGB185125107-
CMYK00.320.420.27
HSL13.85º35.78%57.25%-
HSV(B)13.85º42.16%72.55%-
XYZ3026.0417.36-
YUV140.89108.88159.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=44.36%
G=29.98%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512510700.320.420.2713.8535.7857.25
HexB97D6B0202A1Be2439
Octal2711751530405233164471
Binary10111001111110111010110100000101010110111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D6B; }

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

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

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

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

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

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

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

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