Html Css Color HEX #B98B6F Sandrift

📋 copy color: '#B98B6F'

red 185 ◦ green 139 ◦ blue 111

#B98B6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #B98B6F

Tints of Sandrift #B98B6F

RGB

 RED value IS 185 (72.66% from 255) = 42.53%

 GREEN value IS 139 (54.69% from 255) = 31.95%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 42.53%
G = 31.95%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B98B6F (or 0xB98B6F) is known color: Sandrift. HEX triplet: B9, 8B and 6F. RGB value is (185,139,111). Sum of RGB (Red+Green+Blue) = 185+139+111=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B6F is #467490. Grayscale: #959595. Windows color (decimal): -4617361 or 7310265. OLE color: 7310265.

HSL color Cylindrical-coordinate representation of color #B98B6F: hue angle of 22.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98B6F is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 139 111 -
CMYK 0 0.25 0.4 0.27
HSL 22.7º 0.35% 0.58% -
HSV(B) 22.7º 0.4% 0.73% -
XYZ 32.11 29.93 19.12 -
YUV 149.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 185 139 111 0 0.25 0.4 0.27 22.7 0.35 0.58
Hex B9 8B 6F 0 19 28 1B 17 23 3A
Octal 271 213 157 0 31 50 33 27 43 72
Binary 10111001 10001011 1101111 0 11001 101000 11011 10111 100011 111010

Color Harmonies of #B98B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B6F

Black with #B98B6F

Text Example


Text Example

White with #B98B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B6F; }

 p { color: rgb(185,139,111); }

 H1.HeaderClassName
 {
   color: #B98B6F;
 }
 .AnyTagClassName
 {
   color: #B98B6F;
 }
</style>

background-color css

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

 a { background-color: rgb(185,139,111); }

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

border-color css

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

 span { border-color: rgb(185,139,111); }

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