Html Css Color HEX #BC972A Nugget

📋 copy color: '#BC972A'

red 188 ◦ green 151 ◦ blue 42

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

Shades of Nugget #BC972A

Tints of Nugget #BC972A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 49.34%
G = 39.63%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC972A (or 0xBC972A) is known color: Nugget. HEX triplet: BC, 97 and 2A. RGB value is (188,151,42). Sum of RGB (Red+Green+Blue) = 188+151+42=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC972A is #4368D5. Grayscale: #969696. Windows color (decimal): -4417750 or 2791356. OLE color: 2791356.

HSL color Cylindrical-coordinate representation of color #BC972A: hue angle of 44.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC972A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 42 -
CMYK 0 0.20 0.78 0.26
HSL 44.79º 0.63% 0.45% -
HSV(B) 44.79º 0.78% 0.74% -
XYZ 32.22 32.99 6.86 -
YUV 149.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 188 151 42 0 0.20 0.78 0.26 44.79 0.63 0.45
Hex BC 97 2A 0 14 4E 1A 2D 3F 2D
Octal 274 227 52 0 24 116 32 55 77 55
Binary 10111100 10010111 101010 0 10100 1001110 11010 101101 111111 101101

Color Harmonies of #BC972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC972A

Black with #BC972A

Text Example


Text Example

White with #BC972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC972A; }

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

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

background-color css

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

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

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

border-color css

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

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

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