Html Css Color HEX #BC942A Nugget

📋 copy color: '#BC942A'

red 188 ◦ green 148 ◦ blue 42

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

Shades of Nugget #BC942A

Tints of Nugget #BC942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 49.74%
G = 39.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC942A (or 0xBC942A) is known color: Nugget. HEX triplet: BC, 94 and 2A. RGB value is (188,148,42). Sum of RGB (Red+Green+Blue) = 188+148+42=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC942A is #436BD5. Grayscale: #949494. Windows color (decimal): -4418518 or 2790588. OLE color: 2790588.

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

Color convert

RGB 188 148 42 -
CMYK 0 0.21 0.78 0.26
HSL 43.56º 0.63% 0.45% -
HSV(B) 43.56º 0.78% 0.74% -
XYZ 31.75 32.04 6.7 -
YUV 147.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 188 148 42 0 0.21 0.78 0.26 43.56 0.63 0.45
Hex BC 94 2A 0 15 4E 1A 2C 3F 2D
Octal 274 224 52 0 25 116 32 54 77 55
Binary 10111100 10010100 101010 0 10101 1001110 11010 101100 111111 101101

Color Harmonies of #BC942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC942A

Black with #BC942A

Text Example


Text Example

White with #BC942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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