Html Css Color HEX #B89229 Nugget

📋 copy color: '#B89229'

red 184 ◦ green 146 ◦ blue 41

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

Shades of Nugget #B89229

Tints of Nugget #B89229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.05%

R = 49.6%
G = 39.35%
B = 11.05%

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

#B89229 (or 0xB89229) is known color: Nugget. HEX triplet: B8, 92 and 29. RGB value is (184,146,41). Sum of RGB (Red+Green+Blue) = 184+146+41=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89229 is #476DD6. Grayscale: #919191. Windows color (decimal): -4681175 or 2724536. OLE color: 2724536.

HSL color Cylindrical-coordinate representation of color #B89229: hue angle of 44.06º 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 #B89229 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 41 -
CMYK 0 0.21 0.78 0.28
HSL 44.06º 0.64% 0.44% -
HSV(B) 44.06º 0.78% 0.72% -
XYZ 30.45 30.91 6.46 -
YUV 145.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 184 146 41 0 0.21 0.78 0.28 44.06 0.64 0.44
Hex B8 92 29 0 15 4E 1C 2C 40 2C
Octal 270 222 51 0 25 116 34 54 100 54
Binary 10111000 10010010 101001 0 10101 1001110 11100 101100 1000000 101100

Color Harmonies of #B89229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89229

Black with #B89229

Text Example


Text Example

White with #B89229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89229; }

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

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

background-color css

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

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

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

border-color css

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

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

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