Html Css Color HEX #B98A6C Sandrift

📋 copy color: '#B98A6C'

red 185 ◦ green 138 ◦ blue 108

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

Shades of Sandrift #B98A6C

Tints of Sandrift #B98A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.02%

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 42.92%
G = 32.02%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B98A6C (or 0xB98A6C) is known color: Sandrift. HEX triplet: B9, 8A and 6C. RGB value is (185,138,108). Sum of RGB (Red+Green+Blue) = 185+138+108=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A6C is #467593. Grayscale: #949494. Windows color (decimal): -4617620 or 7113401. OLE color: 7113401.

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

Color convert

RGB 185 138 108 -
CMYK 0 0.25 0.42 0.27
HSL 23.38º 0.35% 0.57% -
HSV(B) 23.38º 0.42% 0.73% -
XYZ 31.8 29.57 18.22 -
YUV 148.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 185 138 108 0 0.25 0.42 0.27 23.38 0.35 0.57
Hex B9 8A 6C 0 19 2A 1B 17 23 39
Octal 271 212 154 0 31 52 33 27 43 71
Binary 10111001 10001010 1101100 0 11001 101010 11011 10111 100011 111001

Color Harmonies of #B98A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A6C

Black with #B98A6C

Text Example


Text Example

White with #B98A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A6C; }

 p { color: rgb(185,138,108); }

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

background-color css

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

 a { background-color: rgb(185,138,108); }

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

border-color css

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

 span { border-color: rgb(185,138,108); }

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