Html Css Color HEX #B98F52 Tussock

📋 copy color: '#B98F52'

red 185 ◦ green 143 ◦ blue 82

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

Shades of Tussock #B98F52

Tints of Tussock #B98F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 82 (32.42% from 255) = 20%

R = 45.12%
G = 34.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B98F52 (or 0xB98F52) is known color: Tussock. HEX triplet: B9, 8F and 52. RGB value is (185,143,82). Sum of RGB (Red+Green+Blue) = 185+143+82=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F52 is #4670AD. Grayscale: #949494. Windows color (decimal): -4616366 or 5410745. OLE color: 5410745.

HSL color Cylindrical-coordinate representation of color #B98F52: hue angle of 35.53º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B98F52 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 143 82 -
CMYK 0 0.23 0.56 0.27
HSL 35.53º 0.42% 0.52% -
HSV(B) 35.53º 0.56% 0.73% -
XYZ 31.35 30.57 12.23 -
YUV 148.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 185 143 82 0 0.23 0.56 0.27 35.53 0.42 0.52
Hex B9 8F 52 0 17 38 1B 24 2A 34
Octal 271 217 122 0 27 70 33 44 52 64
Binary 10111001 10001111 1010010 0 10111 111000 11011 100100 101010 110100

Color Harmonies of #B98F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F52

Black with #B98F52

Text Example


Text Example

White with #B98F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F52; }

 p { color: rgb(185,143,82); }

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

background-color css

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

 a { background-color: rgb(185,143,82); }

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

border-color css

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

 span { border-color: rgb(185,143,82); }

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