Html Css Color HEX #BC8D1F Nugget

📋 copy color: '#BC8D1F'

red 188 ◦ green 141 ◦ blue 31

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

Shades of Nugget #BC8D1F

Tints of Nugget #BC8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.17%

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 52.22%
G = 39.17%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC8D1F (or 0xBC8D1F) is known color: Nugget. HEX triplet: BC, 8D and 1F. RGB value is (188,141,31). Sum of RGB (Red+Green+Blue) = 188+141+31=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D1F is #4372E0. Grayscale: #8F8F8F. Windows color (decimal): -4420321 or 2067900. OLE color: 2067900.

HSL color Cylindrical-coordinate representation of color #BC8D1F: hue angle of 42.04º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC8D1F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 31 -
CMYK 0 0.25 0.84 0.26
HSL 42.04º 0.72% 0.43% -
HSV(B) 42.04º 0.84% 0.74% -
XYZ 30.51 29.84 5.45 -
YUV 142.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 188 141 31 0 0.25 0.84 0.26 42.04 0.72 0.43
Hex BC 8D 1F 0 19 54 1A 2A 48 2B
Octal 274 215 37 0 31 124 32 52 110 53
Binary 10111100 10001101 11111 0 11001 1010100 11010 101010 1001000 101011

Color Harmonies of #BC8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D1F

Black with #BC8D1F

Text Example


Text Example

White with #BC8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D1F; }

 p { color: rgb(188,141,31); }

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

background-color css

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

 a { background-color: rgb(188,141,31); }

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

border-color css

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

 span { border-color: rgb(188,141,31); }

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