Html Css Color HEX #BC912C Nugget

📋 copy color: '#BC912C'

red 188 ◦ green 145 ◦ blue 44

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

Shades of Nugget #BC912C

Tints of Nugget #BC912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 49.87%
G = 38.46%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC912C (or 0xBC912C) is known color: Nugget. HEX triplet: BC, 91 and 2C. RGB value is (188,145,44). Sum of RGB (Red+Green+Blue) = 188+145+44=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC912C is #436ED3. Grayscale: #929292. Windows color (decimal): -4419284 or 2920892. OLE color: 2920892.

HSL color Cylindrical-coordinate representation of color #BC912C: hue angle of 42.08º degrees, saturation: 0.62, 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 #BC912C is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 44 -
CMYK 0 0.23 0.77 0.26
HSL 42.08º 0.62% 0.45% -
HSV(B) 42.08º 0.77% 0.74% -
XYZ 31.32 31.12 6.74 -
YUV 146.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 188 145 44 0 0.23 0.77 0.26 42.08 0.62 0.45
Hex BC 91 2C 0 17 4D 1A 2A 3E 2D
Octal 274 221 54 0 27 115 32 52 76 55
Binary 10111100 10010001 101100 0 10111 1001101 11010 101010 111110 101101

Color Harmonies of #BC912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC912C

Black with #BC912C

Text Example


Text Example

White with #BC912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC912C; }

 p { color: rgb(188,145,44); }

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

background-color css

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

 a { background-color: rgb(188,145,44); }

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

border-color css

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

 span { border-color: rgb(188,145,44); }

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