Html Css Color HEX #B98A22 Nugget

📋 copy color: '#B98A22'

red 185 ◦ green 138 ◦ blue 34

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

Shades of Nugget #B98A22

Tints of Nugget #B98A22

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 51.82%
G = 38.66%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B98A22 (or 0xB98A22) is known color: Nugget. HEX triplet: B9, 8A and 22. RGB value is (185,138,34). Sum of RGB (Red+Green+Blue) = 185+138+34=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A22 is #4675DD. Grayscale: #8C8C8C. Windows color (decimal): -4617694 or 2263737. OLE color: 2263737.

HSL color Cylindrical-coordinate representation of color #B98A22: hue angle of 41.32º degrees, saturation: 0.69, 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 #B98A22 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 34 -
CMYK 0 0.25 0.82 0.27
HSL 41.32º 0.69% 0.43% -
HSV(B) 41.32º 0.82% 0.73% -
XYZ 29.38 28.61 5.49 -
YUV 140.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 185 138 34 0 0.25 0.82 0.27 41.32 0.69 0.43
Hex B9 8A 22 0 19 52 1B 29 45 2B
Octal 271 212 42 0 31 122 33 51 105 53
Binary 10111001 10001010 100010 0 11001 1010010 11011 101001 1000101 101011

Color Harmonies of #B98A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A22

Black with #B98A22

Text Example


Text Example

White with #B98A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A22; }

 p { color: rgb(185,138,34); }

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

background-color css

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

 a { background-color: rgb(185,138,34); }

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

border-color css

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

 span { border-color: rgb(185,138,34); }

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