Html Css Color HEX #B98524 Nugget

📋 copy color: '#B98524'

red 185 ◦ green 133 ◦ blue 36

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

Shades of Nugget #B98524

Tints of Nugget #B98524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 52.26%
G = 37.57%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B98524 (or 0xB98524) is known color: Nugget. HEX triplet: B9, 85 and 24. RGB value is (185,133,36). Sum of RGB (Red+Green+Blue) = 185+133+36=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B98524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98524 is #467ADB. Grayscale: #898989. Windows color (decimal): -4618972 or 2393529. OLE color: 2393529.

HSL color Cylindrical-coordinate representation of color #B98524: hue angle of 39.06º 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 #B98524 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 36 -
CMYK 0 0.28 0.81 0.27
HSL 39.06º 0.67% 0.43% -
HSV(B) 39.06º 0.81% 0.73% -
XYZ 28.71 27.22 5.41 -
YUV 137.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 185 133 36 0 0.28 0.81 0.27 39.06 0.67 0.43
Hex B9 85 24 0 1C 51 1B 27 43 2B
Octal 271 205 44 0 34 121 33 47 103 53
Binary 10111001 10000101 100100 0 11100 1010001 11011 100111 1000011 101011

Color Harmonies of #B98524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98524

Black with #B98524

Text Example


Text Example

White with #B98524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98524; }

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

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

background-color css

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

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

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

border-color css

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

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

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