Html Css Color HEX #B89428 Nugget

📋 copy color: '#B89428'

red 184 ◦ green 148 ◦ blue 40

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

Shades of Nugget #B89428

Tints of Nugget #B89428

RGB

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

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

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

R = 49.46%
G = 39.78%
B = 10.75%

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

#B89428 (or 0xB89428) is known color: Nugget. HEX triplet: B8, 94 and 28. RGB value is (184,148,40). Sum of RGB (Red+Green+Blue) = 184+148+40=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B89428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89428 is #476BD7. Grayscale: #929292. Windows color (decimal): -4680664 or 2659512. OLE color: 2659512.

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

Color convert

RGB 184 148 40 -
CMYK 0 0.20 0.78 0.28
HSL 45º 0.64% 0.44% -
HSV(B) 45º 0.78% 0.72% -
XYZ 30.74 31.52 6.47 -
YUV 146.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 184 148 40 0 0.20 0.78 0.28 45 0.64 0.44
Hex B8 94 28 0 14 4E 1C 2D 40 2C
Octal 270 224 50 0 24 116 34 55 100 54
Binary 10111000 10010100 101000 0 10100 1001110 11100 101101 1000000 101100

Color Harmonies of #B89428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89428

Black with #B89428

Text Example


Text Example

White with #B89428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89428; }

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

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

background-color css

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

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

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

border-color css

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

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

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