Html Css Color HEX #B98525 Nugget

📋 copy color: '#B98525'

red 185 ◦ green 133 ◦ blue 37

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

Shades of Nugget #B98525

Tints of Nugget #B98525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 52.11%
G = 37.46%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B98525 (or 0xB98525) is known color: Nugget. HEX triplet: B9, 85 and 25. RGB value is (185,133,37). Sum of RGB (Red+Green+Blue) = 185+133+37=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B98525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98525 is #467ADA. Grayscale: #8A8A8A. Windows color (decimal): -4618971 or 2459065. OLE color: 2459065.

HSL color Cylindrical-coordinate representation of color #B98525: hue angle of 38.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B98525 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 133 37 -
CMYK 0 0.28 0.80 0.27
HSL 38.92º 0.67% 0.44% -
HSV(B) 38.92º 0.8% 0.73% -
XYZ 28.73 27.22 5.49 -
YUV 137.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 185 133 37 0 0.28 0.80 0.27 38.92 0.67 0.44
Hex B9 85 25 0 1C 50 1B 27 43 2C
Octal 271 205 45 0 34 120 33 47 103 54
Binary 10111001 10000101 100101 0 11100 1010000 11011 100111 1000011 101100

Color Harmonies of #B98525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98525

Black with #B98525

Text Example


Text Example

White with #B98525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98525; }

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

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

background-color css

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

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

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

border-color css

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

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

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