Html Css Color HEX #BB9122 Nugget

📋 copy color: '#BB9122'

red 187 ◦ green 145 ◦ blue 34

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

Shades of Nugget #BB9122

Tints of Nugget #BB9122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.29%

R = 51.09%
G = 39.62%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB9122 (or 0xBB9122) is known color: Nugget. HEX triplet: BB, 91 and 22. RGB value is (187,145,34). Sum of RGB (Red+Green+Blue) = 187+145+34=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9122 is #446EDD. Grayscale: #919191. Windows color (decimal): -4484830 or 2265531. OLE color: 2265531.

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

Color convert

RGB 187 145 34 -
CMYK 0 0.22 0.82 0.27
HSL 43.53º 0.69% 0.43% -
HSV(B) 43.53º 0.82% 0.73% -
XYZ 30.91 30.93 5.85 -
YUV 144.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 187 145 34 0 0.22 0.82 0.27 43.53 0.69 0.43
Hex BB 91 22 0 16 52 1B 2C 45 2B
Octal 273 221 42 0 26 122 33 54 105 53
Binary 10111011 10010001 100010 0 10110 1010010 11011 101100 1000101 101011

Color Harmonies of #BB9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9122

Black with #BB9122

Text Example


Text Example

White with #BB9122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9122; }

 p { color: rgb(187,145,34); }

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

background-color css

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

 a { background-color: rgb(187,145,34); }

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

border-color css

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

 span { border-color: rgb(187,145,34); }

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