Html Css Color HEX #BB932E Nugget

📋 copy color: '#BB932E'

red 187 ◦ green 147 ◦ blue 46

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

Shades of Nugget #BB932E

Tints of Nugget #BB932E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.11%

R = 49.21%
G = 38.68%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB932E (or 0xBB932E) is known color: Nugget. HEX triplet: BB, 93 and 2E. RGB value is (187,147,46). Sum of RGB (Red+Green+Blue) = 187+147+46=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB932E is #446CD1. Grayscale: #939393. Windows color (decimal): -4484306 or 3052475. OLE color: 3052475.

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

Color convert

RGB 187 147 46 -
CMYK 0 0.21 0.75 0.27
HSL 42.98º 0.61% 0.46% -
HSV(B) 42.98º 0.75% 0.73% -
XYZ 31.42 31.63 7.03 -
YUV 147.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 187 147 46 0 0.21 0.75 0.27 42.98 0.61 0.46
Hex BB 93 2E 0 15 4B 1B 2B 3D 2E
Octal 273 223 56 0 25 113 33 53 75 56
Binary 10111011 10010011 101110 0 10101 1001011 11011 101011 111101 101110

Color Harmonies of #BB932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB932E

Black with #BB932E

Text Example


Text Example

White with #BB932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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