Html Css Color HEX #BC972E Nugget

📋 copy color: '#BC972E'

red 188 ◦ green 151 ◦ blue 46

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

Shades of Nugget #BC972E

Tints of Nugget #BC972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

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

R = 48.83%
G = 39.22%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC972E (or 0xBC972E) is known color: Nugget. HEX triplet: BC, 97 and 2E. RGB value is (188,151,46). Sum of RGB (Red+Green+Blue) = 188+151+46=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC972E is #4368D1. Grayscale: #969696. Windows color (decimal): -4417746 or 3053500. OLE color: 3053500.

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

Color convert

RGB 188 151 46 -
CMYK 0 0.20 0.76 0.26
HSL 44.37º 0.61% 0.46% -
HSV(B) 44.37º 0.76% 0.74% -
XYZ 32.3 33.02 7.26 -
YUV 150.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 188 151 46 0 0.20 0.76 0.26 44.37 0.61 0.46
Hex BC 97 2E 0 14 4C 1A 2C 3D 2E
Octal 274 227 56 0 24 114 32 54 75 56
Binary 10111100 10010111 101110 0 10100 1001100 11010 101100 111101 101110

Color Harmonies of #BC972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC972E

Black with #BC972E

Text Example


Text Example

White with #BC972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC972E; }

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

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

background-color css

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

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

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

border-color css

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

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

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