Html Css Color HEX #BC962B Nugget

📋 copy color: '#BC962B'

red 188 ◦ green 150 ◦ blue 43

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

Shades of Nugget #BC962B

Tints of Nugget #BC962B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 49.34%
G = 39.37%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC962B (or 0xBC962B) is known color: Nugget. HEX triplet: BC, 96 and 2B. RGB value is (188,150,43). Sum of RGB (Red+Green+Blue) = 188+150+43=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC962B is #4369D4. Grayscale: #959595. Windows color (decimal): -4418005 or 2856636. OLE color: 2856636.

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

Color convert

RGB 188 150 43 -
CMYK 0 0.20 0.77 0.26
HSL 44.28º 0.63% 0.45% -
HSV(B) 44.28º 0.77% 0.74% -
XYZ 32.08 32.68 6.9 -
YUV 149.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 188 150 43 0 0.20 0.77 0.26 44.28 0.63 0.45
Hex BC 96 2B 0 14 4D 1A 2C 3F 2D
Octal 274 226 53 0 24 115 32 54 77 55
Binary 10111100 10010110 101011 0 10100 1001101 11010 101100 111111 101101

Color Harmonies of #BC962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC962B

Black with #BC962B

Text Example


Text Example

White with #BC962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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