Html Css Color HEX #B89429 Nugget

📋 copy color: '#B89429'

red 184 ◦ green 148 ◦ blue 41

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

Shades of Nugget #B89429

Tints of Nugget #B89429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 49.33%
G = 39.68%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89429 (or 0xB89429) is known color: Nugget. HEX triplet: B8, 94 and 29. RGB value is (184,148,41). Sum of RGB (Red+Green+Blue) = 184+148+41=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B89429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89429 is #476BD6. Grayscale: #939393. Windows color (decimal): -4680663 or 2725048. OLE color: 2725048.

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

Color convert

RGB 184 148 41 -
CMYK 0 0.20 0.78 0.28
HSL 44.9º 0.64% 0.44% -
HSV(B) 44.9º 0.78% 0.72% -
XYZ 30.76 31.53 6.56 -
YUV 146.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 184 148 41 0 0.20 0.78 0.28 44.9 0.64 0.44
Hex B8 94 29 0 14 4E 1C 2D 40 2C
Octal 270 224 51 0 24 116 34 55 100 54
Binary 10111000 10010100 101001 0 10100 1001110 11100 101101 1000000 101100

Color Harmonies of #B89429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89429

Black with #B89429

Text Example


Text Example

White with #B89429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89429; }

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

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

background-color css

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

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

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

border-color css

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

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

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