Html Css Color HEX #B89028 Nugget

📋 copy color: '#B89028'

red 184 ◦ green 144 ◦ blue 40

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

Shades of Nugget #B89028

Tints of Nugget #B89028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

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

R = 50%
G = 39.13%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89028 (or 0xB89028) is known color: Nugget. HEX triplet: B8, 90 and 28. RGB value is (184,144,40). Sum of RGB (Red+Green+Blue) = 184+144+40=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B89028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89028 is #476FD7. Grayscale: #909090. Windows color (decimal): -4681688 or 2658488. OLE color: 2658488.

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

Color convert

RGB 184 144 40 -
CMYK 0 0.22 0.78 0.28
HSL 43.33º 0.64% 0.44% -
HSV(B) 43.33º 0.78% 0.72% -
XYZ 30.12 30.29 6.27 -
YUV 144.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 184 144 40 0 0.22 0.78 0.28 43.33 0.64 0.44
Hex B8 90 28 0 16 4E 1C 2B 40 2C
Octal 270 220 50 0 26 116 34 53 100 54
Binary 10111000 10010000 101000 0 10110 1001110 11100 101011 1000000 101100

Color Harmonies of #B89028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89028

Black with #B89028

Text Example


Text Example

White with #B89028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89028; }

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

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

background-color css

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

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

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

border-color css

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

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

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