Html Css Color HEX #BC932A Nugget

📋 copy color: '#BC932A'

red 188 ◦ green 147 ◦ blue 42

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

Shades of Nugget #BC932A

Tints of Nugget #BC932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 49.87%
G = 38.99%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC932A (or 0xBC932A) is known color: Nugget. HEX triplet: BC, 93 and 2A. RGB value is (188,147,42). Sum of RGB (Red+Green+Blue) = 188+147+42=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC932A is #436CD5. Grayscale: #939393. Windows color (decimal): -4418774 or 2790332. OLE color: 2790332.

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

Color convert

RGB 188 147 42 -
CMYK 0 0.22 0.78 0.26
HSL 43.15º 0.63% 0.45% -
HSV(B) 43.15º 0.78% 0.74% -
XYZ 31.59 31.73 6.65 -
YUV 147.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 188 147 42 0 0.22 0.78 0.26 43.15 0.63 0.45
Hex BC 93 2A 0 16 4E 1A 2B 3F 2D
Octal 274 223 52 0 26 116 32 53 77 55
Binary 10111100 10010011 101010 0 10110 1001110 11010 101011 111111 101101

Color Harmonies of #BC932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC932A

Black with #BC932A

Text Example


Text Example

White with #BC932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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