Html Css Color HEX #BB9933 Nugget

📋 copy color: '#BB9933'

red 187 ◦ green 153 ◦ blue 51

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

Shades of Nugget #BB9933

Tints of Nugget #BB9933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 51 (20.31% from 255) = 13.04%

R = 47.83%
G = 39.13%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB9933 (or 0xBB9933) is known color: Nugget. HEX triplet: BB, 99 and 33. RGB value is (187,153,51). Sum of RGB (Red+Green+Blue) = 187+153+51=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9933 is #4466CC. Grayscale: #979797. Windows color (decimal): -4482765 or 3381691. OLE color: 3381691.

HSL color Cylindrical-coordinate representation of color #BB9933: hue angle of 45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB9933 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 51 -
CMYK 0 0.18 0.73 0.27
HSL 45º 0.57% 0.47% -
HSV(B) 45º 0.73% 0.73% -
XYZ 32.48 33.59 7.9 -
YUV 151.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 187 153 51 0 0.18 0.73 0.27 45 0.57 0.47
Hex BB 99 33 0 12 49 1B 2D 39 2F
Octal 273 231 63 0 22 111 33 55 71 57
Binary 10111011 10011001 110011 0 10010 1001001 11011 101101 111001 101111

Color Harmonies of #BB9933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9933

Black with #BB9933

Text Example


Text Example

White with #BB9933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9933; }

 p { color: rgb(187,153,51); }

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

background-color css

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

 a { background-color: rgb(187,153,51); }

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

border-color css

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

 span { border-color: rgb(187,153,51); }

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