Html Css Color HEX #B89022 Nugget

📋 copy color: '#B89022'

red 184 ◦ green 144 ◦ blue 34

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

Shades of Nugget #B89022

Tints of Nugget #B89022

RGB

 RED value IS 184 (72.27% from 255) = 50.83%

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 50.83%
G = 39.78%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B89022 (or 0xB89022) is known color: Nugget. HEX triplet: B8, 90 and 22. RGB value is (184,144,34). Sum of RGB (Red+Green+Blue) = 184+144+34=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B89022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89022 is #476FDD. Grayscale: #8F8F8F. Windows color (decimal): -4681694 or 2265272. OLE color: 2265272.

HSL color Cylindrical-coordinate representation of color #B89022: hue angle of 44º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B89022 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 34 -
CMYK 0 0.22 0.82 0.28
HSL 44º 0.69% 0.43% -
HSV(B) 44º 0.82% 0.72% -
XYZ 30.03 30.25 5.77 -
YUV 143.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 184 144 34 0 0.22 0.82 0.28 44 0.69 0.43
Hex B8 90 22 0 16 52 1C 2C 45 2B
Octal 270 220 42 0 26 122 34 54 105 53
Binary 10111000 10010000 100010 0 10110 1010010 11100 101100 1000101 101011

Color Harmonies of #B89022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89022

Black with #B89022

Text Example


Text Example

White with #B89022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89022; }

 p { color: rgb(184,144,34); }

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

background-color css

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

 a { background-color: rgb(184,144,34); }

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

border-color css

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

 span { border-color: rgb(184,144,34); }

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