Html Css Color HEX #B98924 Nugget

📋 copy color: '#B98924'

red 185 ◦ green 137 ◦ blue 36

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

Shades of Nugget #B98924

Tints of Nugget #B98924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 36 (14.45% from 255) = 10.06%

R = 51.68%
G = 38.27%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98924 (or 0xB98924) is known color: Nugget. HEX triplet: B9, 89 and 24. RGB value is (185,137,36). Sum of RGB (Red+Green+Blue) = 185+137+36=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B98924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98924 is #4676DB. Grayscale: #8C8C8C. Windows color (decimal): -4617948 or 2394553. OLE color: 2394553.

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

Color convert

RGB 185 137 36 -
CMYK 0 0.26 0.81 0.27
HSL 40.67º 0.67% 0.43% -
HSV(B) 40.67º 0.81% 0.73% -
XYZ 29.27 28.33 5.6 -
YUV 139.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 185 137 36 0 0.26 0.81 0.27 40.67 0.67 0.43
Hex B9 89 24 0 1A 51 1B 29 43 2B
Octal 271 211 44 0 32 121 33 51 103 53
Binary 10111001 10001001 100100 0 11010 1010001 11011 101001 1000011 101011

Color Harmonies of #B98924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98924

Black with #B98924

Text Example


Text Example

White with #B98924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98924; }

 p { color: rgb(185,137,36); }

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

background-color css

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

 a { background-color: rgb(185,137,36); }

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

border-color css

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

 span { border-color: rgb(185,137,36); }

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