Html Css Color HEX #B98721 Nugget

📋 copy color: '#B98721'

red 185 ◦ green 135 ◦ blue 33

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

Shades of Nugget #B98721

Tints of Nugget #B98721

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.24%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 52.41%
G = 38.24%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B98721 (or 0xB98721) is known color: Nugget. HEX triplet: B9, 87 and 21. RGB value is (185,135,33). Sum of RGB (Red+Green+Blue) = 185+135+33=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B98721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98721 is #4678DE. Grayscale: #8A8A8A. Windows color (decimal): -4618463 or 2197433. OLE color: 2197433.

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

Color convert

RGB 185 135 33 -
CMYK 0 0.27 0.82 0.27
HSL 40.26º 0.7% 0.43% -
HSV(B) 40.26º 0.82% 0.73% -
XYZ 28.95 27.75 5.27 -
YUV 138.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 185 135 33 0 0.27 0.82 0.27 40.26 0.7 0.43
Hex B9 87 21 0 1B 52 1B 28 46 2B
Octal 271 207 41 0 33 122 33 50 106 53
Binary 10111001 10000111 100001 0 11011 1010010 11011 101000 1000110 101011

Color Harmonies of #B98721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98721

Black with #B98721

Text Example


Text Example

White with #B98721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98721; }

 p { color: rgb(185,135,33); }

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

background-color css

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

 a { background-color: rgb(185,135,33); }

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

border-color css

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

 span { border-color: rgb(185,135,33); }

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