Html Css Color HEX #BC901F Nugget

📋 copy color: '#BC901F'

red 188 ◦ green 144 ◦ blue 31

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

Shades of Nugget #BC901F

Tints of Nugget #BC901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 51.79%
G = 39.67%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC901F (or 0xBC901F) is known color: Nugget. HEX triplet: BC, 90 and 1F. RGB value is (188,144,31). Sum of RGB (Red+Green+Blue) = 188+144+31=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901F is #436FE0. Grayscale: #909090. Windows color (decimal): -4419553 or 2068668. OLE color: 2068668.

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

Color convert

RGB 188 144 31 -
CMYK 0 0.23 0.84 0.26
HSL 43.18º 0.72% 0.43% -
HSV(B) 43.18º 0.84% 0.74% -
XYZ 30.96 30.74 5.6 -
YUV 144.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 188 144 31 0 0.23 0.84 0.26 43.18 0.72 0.43
Hex BC 90 1F 0 17 54 1A 2B 48 2B
Octal 274 220 37 0 27 124 32 53 110 53
Binary 10111100 10010000 11111 0 10111 1010100 11010 101011 1001000 101011

Color Harmonies of #BC901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC901F

Black with #BC901F

Text Example


Text Example

White with #BC901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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