Html Css Color HEX #BC932E Nugget

📋 copy color: '#BC932E'

red 188 ◦ green 147 ◦ blue 46

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

Shades of Nugget #BC932E

Tints of Nugget #BC932E

RGB

 RED value IS 188 (73.83% from 255) = 49.34%

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

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

R = 49.34%
G = 38.58%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC932E (or 0xBC932E) is known color: Nugget. HEX triplet: BC, 93 and 2E. RGB value is (188,147,46). Sum of RGB (Red+Green+Blue) = 188+147+46=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC932E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC932E is #436CD1. Grayscale: #949494. Windows color (decimal): -4418770 or 3052476. OLE color: 3052476.

HSL color Cylindrical-coordinate representation of color #BC932E: hue angle of 42.68º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC932E is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 46 -
CMYK 0 0.22 0.76 0.26
HSL 42.68º 0.61% 0.46% -
HSV(B) 42.68º 0.76% 0.74% -
XYZ 31.67 31.76 7.05 -
YUV 147.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 188 147 46 0 0.22 0.76 0.26 42.68 0.61 0.46
Hex BC 93 2E 0 16 4C 1A 2B 3D 2E
Octal 274 223 56 0 26 114 32 53 75 56
Binary 10111100 10010011 101110 0 10110 1001100 11010 101011 111101 101110

Color Harmonies of #BC932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC932E

Black with #BC932E

Text Example


Text Example

White with #BC932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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