Html Css Color HEX #B98620 Nugget

📋 copy color: '#B98620'

red 185 ◦ green 134 ◦ blue 32

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

Shades of Nugget #B98620

Tints of Nugget #B98620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 52.71%
G = 38.18%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B98620 (or 0xB98620) is known color: Nugget. HEX triplet: B9, 86 and 20. RGB value is (185,134,32). Sum of RGB (Red+Green+Blue) = 185+134+32=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B98620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98620 is #4679DF. Grayscale: #8A8A8A. Windows color (decimal): -4618720 or 2131641. OLE color: 2131641.

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

Color convert

RGB 185 134 32 -
CMYK 0 0.28 0.83 0.27
HSL 40º 0.71% 0.43% -
HSV(B) 40º 0.83% 0.73% -
XYZ 28.79 27.47 5.15 -
YUV 137.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 185 134 32 0 0.28 0.83 0.27 40 0.71 0.43
Hex B9 86 20 0 1C 53 1B 28 47 2B
Octal 271 206 40 0 34 123 33 50 107 53
Binary 10111001 10000110 100000 0 11100 1010011 11011 101000 1000111 101011

Color Harmonies of #B98620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98620

Black with #B98620

Text Example


Text Example

White with #B98620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98620; }

 p { color: rgb(185,134,32); }

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

background-color css

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

 a { background-color: rgb(185,134,32); }

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

border-color css

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

 span { border-color: rgb(185,134,32); }

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