Html Css Color HEX #BC962D Nugget

📋 copy color: '#BC962D'

red 188 ◦ green 150 ◦ blue 45

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

Shades of Nugget #BC962D

Tints of Nugget #BC962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 49.09%
G = 39.16%
B = 11.75%

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

#BC962D (or 0xBC962D) is known color: Nugget. HEX triplet: BC, 96 and 2D. RGB value is (188,150,45). Sum of RGB (Red+Green+Blue) = 188+150+45=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962D is #4369D2. Grayscale: #959595. Windows color (decimal): -4418003 or 2987708. OLE color: 2987708.

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

Color convert

RGB 188 150 45 -
CMYK 0 0.20 0.76 0.26
HSL 44.06º 0.61% 0.46% -
HSV(B) 44.06º 0.76% 0.74% -
XYZ 32.12 32.69 7.1 -
YUV 149.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 188 150 45 0 0.20 0.76 0.26 44.06 0.61 0.46
Hex BC 96 2D 0 14 4C 1A 2C 3D 2E
Octal 274 226 55 0 24 114 32 54 75 56
Binary 10111100 10010110 101101 0 10100 1001100 11010 101100 111101 101110

Color Harmonies of #BC962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC962D

Black with #BC962D

Text Example


Text Example

White with #BC962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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