Html Css Color HEX #BC972D Nugget

📋 copy color: '#BC972D'

red 188 ◦ green 151 ◦ blue 45

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

Shades of Nugget #BC972D

Tints of Nugget #BC972D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 48.96%
G = 39.32%
B = 11.72%

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

#BC972D (or 0xBC972D) is known color: Nugget. HEX triplet: BC, 97 and 2D. RGB value is (188,151,45). Sum of RGB (Red+Green+Blue) = 188+151+45=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC972D is #4368D2. Grayscale: #969696. Windows color (decimal): -4417747 or 2987964. OLE color: 2987964.

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

Color convert

RGB 188 151 45 -
CMYK 0 0.20 0.76 0.26
HSL 44.48º 0.61% 0.46% -
HSV(B) 44.48º 0.76% 0.74% -
XYZ 32.28 33.01 7.15 -
YUV 149.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 188 151 45 0 0.20 0.76 0.26 44.48 0.61 0.46
Hex BC 97 2D 0 14 4C 1A 2C 3D 2E
Octal 274 227 55 0 24 114 32 54 75 56
Binary 10111100 10010111 101101 0 10100 1001100 11010 101100 111101 101110

Color Harmonies of #BC972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC972D

Black with #BC972D

Text Example


Text Example

White with #BC972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC972D; }

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

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

background-color css

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

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

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

border-color css

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

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

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