Html Css Color HEX #B89128 Nugget

📋 copy color: '#B89128'

red 184 ◦ green 145 ◦ blue 40

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

Shades of Nugget #B89128

Tints of Nugget #B89128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

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

R = 49.86%
G = 39.3%
B = 10.84%

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

#B89128 (or 0xB89128) is known color: Nugget. HEX triplet: B8, 91 and 28. RGB value is (184,145,40). Sum of RGB (Red+Green+Blue) = 184+145+40=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B89128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89128 is #476ED7. Grayscale: #919191. Windows color (decimal): -4681432 or 2658744. OLE color: 2658744.

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

Color convert

RGB 184 145 40 -
CMYK 0 0.21 0.78 0.28
HSL 43.75º 0.64% 0.44% -
HSV(B) 43.75º 0.78% 0.72% -
XYZ 30.28 30.59 6.32 -
YUV 144.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 184 145 40 0 0.21 0.78 0.28 43.75 0.64 0.44
Hex B8 91 28 0 15 4E 1C 2C 40 2C
Octal 270 221 50 0 25 116 34 54 100 54
Binary 10111000 10010001 101000 0 10101 1001110 11100 101100 1000000 101100

Color Harmonies of #B89128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89128

Black with #B89128

Text Example


Text Example

White with #B89128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89128; }

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

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

background-color css

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

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

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

border-color css

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

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

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