Html Css Color HEX #B98F2C Nugget

📋 copy color: '#B98F2C'

red 185 ◦ green 143 ◦ blue 44

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

Shades of Nugget #B98F2C

Tints of Nugget #B98F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 49.73%
G = 38.44%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B98F2C (or 0xB98F2C) is known color: Nugget. HEX triplet: B9, 8F and 2C. RGB value is (185,143,44). Sum of RGB (Red+Green+Blue) = 185+143+44=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98F2C is #4670D3. Grayscale: #909090. Windows color (decimal): -4616404 or 2920377. OLE color: 2920377.

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

Color convert

RGB 185 143 44 -
CMYK 0 0.23 0.76 0.27
HSL 42.13º 0.62% 0.45% -
HSV(B) 42.13º 0.76% 0.73% -
XYZ 30.28 30.14 6.6 -
YUV 144.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 185 143 44 0 0.23 0.76 0.27 42.13 0.62 0.45
Hex B9 8F 2C 0 17 4C 1B 2A 3E 2D
Octal 271 217 54 0 27 114 33 52 76 55
Binary 10111001 10001111 101100 0 10111 1001100 11011 101010 111110 101101

Color Harmonies of #B98F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98F2C

Black with #B98F2C

Text Example


Text Example

White with #B98F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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