Html Css Color HEX #B99028 Nugget

📋 copy color: '#B99028'

red 185 ◦ green 144 ◦ blue 40

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

Shades of Nugget #B99028

Tints of Nugget #B99028

RGB

 RED value IS 185 (72.66% from 255) = 50.14%

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

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

R = 50.14%
G = 39.02%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99028 (or 0xB99028) is known color: Nugget. HEX triplet: B9, 90 and 28. RGB value is (185,144,40). Sum of RGB (Red+Green+Blue) = 185+144+40=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B99028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99028 is #466FD7. Grayscale: #909090. Windows color (decimal): -4616152 or 2658489. OLE color: 2658489.

HSL color Cylindrical-coordinate representation of color #B99028: hue angle of 43.03º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99028 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 40 -
CMYK 0 0.22 0.78 0.27
HSL 43.03º 0.64% 0.44% -
HSV(B) 43.03º 0.78% 0.73% -
XYZ 30.36 30.41 6.28 -
YUV 144.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 185 144 40 0 0.22 0.78 0.27 43.03 0.64 0.44
Hex B9 90 28 0 16 4E 1B 2B 40 2C
Octal 271 220 50 0 26 116 33 53 100 54
Binary 10111001 10010000 101000 0 10110 1001110 11011 101011 1000000 101100

Color Harmonies of #B99028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99028

Black with #B99028

Text Example


Text Example

White with #B99028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99028; }

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

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

background-color css

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

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

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

border-color css

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

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

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