Html Css Color HEX #BB9229 Nugget

📋 copy color: '#BB9229'

red 187 ◦ green 146 ◦ blue 41

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

Shades of Nugget #BB9229

Tints of Nugget #BB9229

RGB

 RED value IS 187 (73.44% from 255) = 50%

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 50%
G = 39.04%
B = 10.96%

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

#BB9229 (or 0xBB9229) is known color: Nugget. HEX triplet: BB, 92 and 29. RGB value is (187,146,41). Sum of RGB (Red+Green+Blue) = 187+146+41=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9229 is #446DD6. Grayscale: #929292. Windows color (decimal): -4484567 or 2724539. OLE color: 2724539.

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

Color convert

RGB 187 146 41 -
CMYK 0 0.22 0.78 0.27
HSL 43.15º 0.64% 0.45% -
HSV(B) 43.15º 0.78% 0.73% -
XYZ 31.17 31.28 6.49 -
YUV 146.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 187 146 41 0 0.22 0.78 0.27 43.15 0.64 0.45
Hex BB 92 29 0 16 4E 1B 2B 40 2D
Octal 273 222 51 0 26 116 33 53 100 55
Binary 10111011 10010010 101001 0 10110 1001110 11011 101011 1000000 101101

Color Harmonies of #BB9229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9229

Black with #BB9229

Text Example


Text Example

White with #BB9229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9229; }

 p { color: rgb(187,146,41); }

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

background-color css

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

 a { background-color: rgb(187,146,41); }

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

border-color css

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

 span { border-color: rgb(187,146,41); }

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