Html Css Color HEX #B89228 Nugget

📋 copy color: '#B89228'

red 184 ◦ green 146 ◦ blue 40

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

Shades of Nugget #B89228

Tints of Nugget #B89228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 49.73%
G = 39.46%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89228 (or 0xB89228) is known color: Nugget. HEX triplet: B8, 92 and 28. RGB value is (184,146,40). Sum of RGB (Red+Green+Blue) = 184+146+40=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B89228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89228 is #476DD7. Grayscale: #919191. Windows color (decimal): -4681176 or 2659000. OLE color: 2659000.

HSL color Cylindrical-coordinate representation of color #B89228: hue angle of 44.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B89228 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 40 -
CMYK 0 0.21 0.78 0.28
HSL 44.17º 0.64% 0.44% -
HSV(B) 44.17º 0.78% 0.72% -
XYZ 30.43 30.9 6.37 -
YUV 145.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 184 146 40 0 0.21 0.78 0.28 44.17 0.64 0.44
Hex B8 92 28 0 15 4E 1C 2C 40 2C
Octal 270 222 50 0 25 116 34 54 100 54
Binary 10111000 10010010 101000 0 10101 1001110 11100 101100 1000000 101100

Color Harmonies of #B89228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89228

Black with #B89228

Text Example


Text Example

White with #B89228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89228; }

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

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

background-color css

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

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

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

border-color css

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

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

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