Html Css Color HEX #B98624 Nugget

📋 copy color: '#B98624'

red 185 ◦ green 134 ◦ blue 36

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

Shades of Nugget #B98624

Tints of Nugget #B98624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 52.11%
G = 37.75%
B = 10.14%

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

#B98624 (or 0xB98624) is known color: Nugget. HEX triplet: B9, 86 and 24. RGB value is (185,134,36). Sum of RGB (Red+Green+Blue) = 185+134+36=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B98624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98624 is #4679DB. Grayscale: #8A8A8A. Windows color (decimal): -4618716 or 2393785. OLE color: 2393785.

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

Color convert

RGB 185 134 36 -
CMYK 0 0.28 0.81 0.27
HSL 39.46º 0.67% 0.43% -
HSV(B) 39.46º 0.81% 0.73% -
XYZ 28.85 27.49 5.45 -
YUV 138.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 185 134 36 0 0.28 0.81 0.27 39.46 0.67 0.43
Hex B9 86 24 0 1C 51 1B 27 43 2B
Octal 271 206 44 0 34 121 33 47 103 53
Binary 10111001 10000110 100100 0 11100 1010001 11011 100111 1000011 101011

Color Harmonies of #B98624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98624

Black with #B98624

Text Example


Text Example

White with #B98624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98624; }

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

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

background-color css

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

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

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

border-color css

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

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

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