Html Css Color HEX #BB9330 Nugget

📋 copy color: '#BB9330'

red 187 ◦ green 147 ◦ blue 48

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

Shades of Nugget #BB9330

Tints of Nugget #BB9330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 48.95%
G = 38.48%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9330 (or 0xBB9330) is known color: Nugget. HEX triplet: BB, 93 and 30. RGB value is (187,147,48). Sum of RGB (Red+Green+Blue) = 187+147+48=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9330 is #446CCF. Grayscale: #949494. Windows color (decimal): -4484304 or 3183547. OLE color: 3183547.

HSL color Cylindrical-coordinate representation of color #BB9330: hue angle of 42.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB9330 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 48 -
CMYK 0 0.21 0.74 0.27
HSL 42.73º 0.59% 0.46% -
HSV(B) 42.73º 0.74% 0.73% -
XYZ 31.46 31.65 7.25 -
YUV 147.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 187 147 48 0 0.21 0.74 0.27 42.73 0.59 0.46
Hex BB 93 30 0 15 4A 1B 2B 3B 2E
Octal 273 223 60 0 25 112 33 53 73 56
Binary 10111011 10010011 110000 0 10101 1001010 11011 101011 111011 101110

Color Harmonies of #BB9330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9330

Black with #BB9330

Text Example


Text Example

White with #BB9330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9330; }

 p { color: rgb(187,147,48); }

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

background-color css

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

 a { background-color: rgb(187,147,48); }

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

border-color css

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

 span { border-color: rgb(187,147,48); }

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