Html Css Color HEX #B89224 Nugget

📋 copy color: '#B89224'

red 184 ◦ green 146 ◦ blue 36

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

Shades of Nugget #B89224

Tints of Nugget #B89224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 50.27%
G = 39.89%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B89224 (or 0xB89224) is known color: Nugget. HEX triplet: B8, 92 and 24. RGB value is (184,146,36). Sum of RGB (Red+Green+Blue) = 184+146+36=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B89224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89224 is #476DDB. Grayscale: #919191. Windows color (decimal): -4681180 or 2396856. OLE color: 2396856.

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

Color convert

RGB 184 146 36 -
CMYK 0 0.21 0.80 0.28
HSL 44.59º 0.67% 0.43% -
HSV(B) 44.59º 0.8% 0.72% -
XYZ 30.36 30.88 6.03 -
YUV 144.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 184 146 36 0 0.21 0.80 0.28 44.59 0.67 0.43
Hex B8 92 24 0 15 50 1C 2D 43 2B
Octal 270 222 44 0 25 120 34 55 103 53
Binary 10111000 10010010 100100 0 10101 1010000 11100 101101 1000011 101011

Color Harmonies of #B89224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89224

Black with #B89224

Text Example


Text Example

White with #B89224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89224; }

 p { color: rgb(184,146,36); }

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

background-color css

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

 a { background-color: rgb(184,146,36); }

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

border-color css

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

 span { border-color: rgb(184,146,36); }

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