Html Css Color HEX #BB9220 Nugget

📋 copy color: '#BB9220'

red 187 ◦ green 146 ◦ blue 32

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

Shades of Nugget #BB9220

Tints of Nugget #BB9220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 51.23%
G = 40%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB9220 (or 0xBB9220) is known color: Nugget. HEX triplet: BB, 92 and 20. RGB value is (187,146,32). Sum of RGB (Red+Green+Blue) = 187+146+32=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9220 is #446DDF. Grayscale: #919191. Windows color (decimal): -4484576 or 2134715. OLE color: 2134715.

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

Color convert

RGB 187 146 32 -
CMYK 0 0.22 0.83 0.27
HSL 44.13º 0.71% 0.43% -
HSV(B) 44.13º 0.83% 0.73% -
XYZ 31.03 31.23 5.76 -
YUV 145.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 187 146 32 0 0.22 0.83 0.27 44.13 0.71 0.43
Hex BB 92 20 0 16 53 1B 2C 47 2B
Octal 273 222 40 0 26 123 33 54 107 53
Binary 10111011 10010010 100000 0 10110 1010011 11011 101100 1000111 101011

Color Harmonies of #BB9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9220

Black with #BB9220

Text Example


Text Example

White with #BB9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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