Html Css Color HEX #BC922E Nugget

📋 copy color: '#BC922E'

red 188 ◦ green 146 ◦ blue 46

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

Shades of Nugget #BC922E

Tints of Nugget #BC922E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 49.47%
G = 38.42%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC922E (or 0xBC922E) is known color: Nugget. HEX triplet: BC, 92 and 2E. RGB value is (188,146,46). Sum of RGB (Red+Green+Blue) = 188+146+46=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC922E is #436DD1. Grayscale: #939393. Windows color (decimal): -4419026 or 3052220. OLE color: 3052220.

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

Color convert

RGB 188 146 46 -
CMYK 0 0.22 0.76 0.26
HSL 42.25º 0.61% 0.46% -
HSV(B) 42.25º 0.76% 0.74% -
XYZ 31.51 31.45 6.99 -
YUV 147.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 188 146 46 0 0.22 0.76 0.26 42.25 0.61 0.46
Hex BC 92 2E 0 16 4C 1A 2A 3D 2E
Octal 274 222 56 0 26 114 32 52 75 56
Binary 10111100 10010010 101110 0 10110 1001100 11010 101010 111101 101110

Color Harmonies of #BC922E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC922E

Black with #BC922E

Text Example


Text Example

White with #BC922E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC922E; }

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

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

background-color css

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

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

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

border-color css

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

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

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