Html Css Color HEX #BC942E Nugget

📋 copy color: '#BC942E'

red 188 ◦ green 148 ◦ blue 46

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

Shades of Nugget #BC942E

Tints of Nugget #BC942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.74%

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

R = 49.21%
G = 38.74%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC942E (or 0xBC942E) is known color: Nugget. HEX triplet: BC, 94 and 2E. RGB value is (188,148,46). Sum of RGB (Red+Green+Blue) = 188+148+46=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 46 (18.36% from 255 or 12.04% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC942E is #436BD1. Grayscale: #949494. Windows color (decimal): -4418514 or 3052732. OLE color: 3052732.

HSL color Cylindrical-coordinate representation of color #BC942E: hue angle of 43.1º 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 #BC942E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 46 -
CMYK 0 0.21 0.76 0.26
HSL 43.1º 0.61% 0.46% -
HSV(B) 43.1º 0.76% 0.74% -
XYZ 31.82 32.07 7.1 -
YUV 148.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 188 148 46 0 0.21 0.76 0.26 43.1 0.61 0.46
Hex BC 94 2E 0 15 4C 1A 2B 3D 2E
Octal 274 224 56 0 25 114 32 53 75 56
Binary 10111100 10010100 101110 0 10101 1001100 11010 101011 111101 101110

Color Harmonies of #BC942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC942E

Black with #BC942E

Text Example


Text Example

White with #BC942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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