Html Css Color HEX #B98B1F Nugget

📋 copy color: '#B98B1F'

red 185 ◦ green 139 ◦ blue 31

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

Shades of Nugget #B98B1F

Tints of Nugget #B98B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 52.11%
G = 39.15%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B98B1F (or 0xB98B1F) is known color: Nugget. HEX triplet: B9, 8B and 1F. RGB value is (185,139,31). Sum of RGB (Red+Green+Blue) = 185+139+31=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B1F is #4674E0. Grayscale: #8C8C8C. Windows color (decimal): -4617441 or 2067385. OLE color: 2067385.

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

Color convert

RGB 185 139 31 -
CMYK 0 0.25 0.83 0.27
HSL 42.08º 0.71% 0.42% -
HSV(B) 42.08º 0.83% 0.73% -
XYZ 29.49 28.88 5.32 -
YUV 140.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 185 139 31 0 0.25 0.83 0.27 42.08 0.71 0.42
Hex B9 8B 1F 0 19 53 1B 2A 47 2A
Octal 271 213 37 0 31 123 33 52 107 52
Binary 10111001 10001011 11111 0 11001 1010011 11011 101010 1000111 101010

Color Harmonies of #B98B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B1F

Black with #B98B1F

Text Example


Text Example

White with #B98B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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