Html Css Color HEX #B98E2A Nugget

📋 copy color: '#B98E2A'

red 185 ◦ green 142 ◦ blue 42

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

Shades of Nugget #B98E2A

Tints of Nugget #B98E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 50.14%
G = 38.48%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B98E2A (or 0xB98E2A) is known color: Nugget. HEX triplet: B9, 8E and 2A. RGB value is (185,142,42). Sum of RGB (Red+Green+Blue) = 185+142+42=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E2A is #4671D5. Grayscale: #8F8F8F. Windows color (decimal): -4616662 or 2789049. OLE color: 2789049.

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

Color convert

RGB 185 142 42 -
CMYK 0 0.23 0.77 0.27
HSL 41.96º 0.63% 0.45% -
HSV(B) 41.96º 0.77% 0.73% -
XYZ 30.1 29.83 6.36 -
YUV 143.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 185 142 42 0 0.23 0.77 0.27 41.96 0.63 0.45
Hex B9 8E 2A 0 17 4D 1B 2A 3F 2D
Octal 271 216 52 0 27 115 33 52 77 55
Binary 10111001 10001110 101010 0 10111 1001101 11011 101010 111111 101101

Color Harmonies of #B98E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E2A

Black with #B98E2A

Text Example


Text Example

White with #B98E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E2A; }

 p { color: rgb(185,142,42); }

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

background-color css

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

 a { background-color: rgb(185,142,42); }

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

border-color css

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

 span { border-color: rgb(185,142,42); }

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