Html Css Color HEX #BC962F Nugget

📋 copy color: '#BC962F'

red 188 ◦ green 150 ◦ blue 47

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

Shades of Nugget #BC962F

Tints of Nugget #BC962F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 48.83%
G = 38.96%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC962F (or 0xBC962F) is known color: Nugget. HEX triplet: BC, 96 and 2F. RGB value is (188,150,47). Sum of RGB (Red+Green+Blue) = 188+150+47=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962F is #4369D0. Grayscale: #969696. Windows color (decimal): -4418001 or 3118780. OLE color: 3118780.

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

Color convert

RGB 188 150 47 -
CMYK 0 0.20 0.75 0.26
HSL 43.83º 0.6% 0.46% -
HSV(B) 43.83º 0.75% 0.74% -
XYZ 32.16 32.71 7.31 -
YUV 149.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 188 150 47 0 0.20 0.75 0.26 43.83 0.6 0.46
Hex BC 96 2F 0 14 4B 1A 2C 3C 2E
Octal 274 226 57 0 24 113 32 54 74 56
Binary 10111100 10010110 101111 0 10100 1001011 11010 101100 111100 101110

Color Harmonies of #BC962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC962F

Black with #BC962F

Text Example


Text Example

White with #BC962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC962F; }

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

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

background-color css

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

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

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

border-color css

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

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

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