Html Css Color HEX #BC912E Nugget

📋 copy color: '#BC912E'

red 188 ◦ green 145 ◦ blue 46

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

Shades of Nugget #BC912E

Tints of Nugget #BC912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.14%

R = 49.6%
G = 38.26%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC912E (or 0xBC912E) is known color: Nugget. HEX triplet: BC, 91 and 2E. RGB value is (188,145,46). Sum of RGB (Red+Green+Blue) = 188+145+46=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC912E is #436ED1. Grayscale: #939393. Windows color (decimal): -4419282 or 3051964. OLE color: 3051964.

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

Color convert

RGB 188 145 46 -
CMYK 0 0.23 0.76 0.26
HSL 41.83º 0.61% 0.46% -
HSV(B) 41.83º 0.76% 0.74% -
XYZ 31.36 31.14 6.94 -
YUV 146.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 188 145 46 0 0.23 0.76 0.26 41.83 0.61 0.46
Hex BC 91 2E 0 17 4C 1A 2A 3D 2E
Octal 274 221 56 0 27 114 32 52 75 56
Binary 10111100 10010001 101110 0 10111 1001100 11010 101010 111101 101110

Color Harmonies of #BC912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC912E

Black with #BC912E

Text Example


Text Example

White with #BC912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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