#b98675

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

Shades of Brandy Rose #B98675

Tints of Brandy Rose #B98675

Color information

#B98675 (or 0xB98675) is unknown color: approx Brandy Rose. HEX triplet: B9, 86 and 75. RGB value is (185,134,117). Sum of RGB (Red+Green+Blue) = 185+134+117=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98675 is #46798A. Grayscale: #939393. Windows color (decimal): -4618635 or 7702201. OLE color: 7702201.

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

Color convert

RGB185134117-
CMYK00.280.370.27
HSL15º32.69%59.22%-
HSV(B)15º36.76%72.55%-
XYZ31.7428.6520.69-
YUV147.31110.9154.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=42.43%
G=30.73%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513411700.280.370.271532.6959.22
HexB9867501C251Bf213b
Octal2712061650344533174173
Binary10111001100001101110101011100100101110111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98675; }

 p { color: rgb(185,134,117); }

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

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

 a { background-color: rgb(185,134,117); }

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

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

 span { border-color: rgb(185,134,117); }

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