Html Css Color HEX #BC962E Nugget

📋 copy color: '#BC962E'

red 188 ◦ green 150 ◦ blue 46

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

Shades of Nugget #BC962E

Tints of Nugget #BC962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 48.96%
G = 39.06%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC962E (or 0xBC962E) is known color: Nugget. HEX triplet: BC, 96 and 2E. RGB value is (188,150,46). Sum of RGB (Red+Green+Blue) = 188+150+46=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962E is #4369D1. Grayscale: #959595. Windows color (decimal): -4418002 or 3053244. OLE color: 3053244.

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

Color convert

RGB 188 150 46 -
CMYK 0 0.20 0.76 0.26
HSL 43.94º 0.61% 0.46% -
HSV(B) 43.94º 0.76% 0.74% -
XYZ 32.14 32.7 7.2 -
YUV 149.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 188 150 46 0 0.20 0.76 0.26 43.94 0.61 0.46
Hex BC 96 2E 0 14 4C 1A 2C 3D 2E
Octal 274 226 56 0 24 114 32 54 75 56
Binary 10111100 10010110 101110 0 10100 1001100 11010 101100 111101 101110

Color Harmonies of #BC962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC962E

Black with #BC962E

Text Example


Text Example

White with #BC962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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