Html Css Color HEX #B98E2B Nugget

📋 copy color: '#B98E2B'

red 185 ◦ green 142 ◦ blue 43

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

Shades of Nugget #B98E2B

Tints of Nugget #B98E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 50%
G = 38.38%
B = 11.62%

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

#B98E2B (or 0xB98E2B) is known color: Nugget. HEX triplet: B9, 8E and 2B. RGB value is (185,142,43). Sum of RGB (Red+Green+Blue) = 185+142+43=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98E2B is #4671D4. Grayscale: #909090. Windows color (decimal): -4616661 or 2854585. OLE color: 2854585.

HSL color Cylindrical-coordinate representation of color #B98E2B: hue angle of 41.83º degrees, saturation: 0.62, 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 #B98E2B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 142 43 -
CMYK 0 0.23 0.77 0.27
HSL 41.83º 0.62% 0.45% -
HSV(B) 41.83º 0.77% 0.73% -
XYZ 30.12 29.83 6.46 -
YUV 143.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 185 142 43 0 0.23 0.77 0.27 41.83 0.62 0.45
Hex B9 8E 2B 0 17 4D 1B 2A 3E 2D
Octal 271 216 53 0 27 115 33 52 76 55
Binary 10111001 10001110 101011 0 10111 1001101 11011 101010 111110 101101

Color Harmonies of #B98E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E2B

Black with #B98E2B

Text Example


Text Example

White with #B98E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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