#B98068

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

Shades of Brandy Rose #B98068

Tints of Brandy Rose #B98068

Color information

#B98068 (or 0xB98068) is unknown color: approx Brandy Rose. HEX triplet: B9, 80 and 68. RGB value is (185,128,104). Sum of RGB (Red+Green+Blue) = 185+128+104=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98068 is #467F97. Grayscale: #8E8E8E. Windows color (decimal): -4620184 or 6848697. OLE color: 6848697.

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

Color convert

RGB185128104-
CMYK00.310.440.27
HSL17.78º36.65%56.67%-
HSV(B)17.78º43.78%72.55%-
XYZ30.2326.7516.67-
YUV142.31106.38158.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=44.36%
G=30.70%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810400.310.440.2717.7836.6556.67
HexB9806801F2C1B122539
Octal2712001500375433224571
Binary101110011000000011010000111111011001101110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98068; }

 p { color: rgb(185,128,104); }

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

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

 a { background-color: rgb(185,128,104); }

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

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

 span { border-color: rgb(185,128,104); }

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