Html Css Color HEX #BC871F Nugget

📋 copy color: '#BC871F'

red 188 ◦ green 135 ◦ blue 31

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

Shades of Nugget #BC871F

Tints of Nugget #BC871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 53.11%
G = 38.14%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC871F (or 0xBC871F) is known color: Nugget. HEX triplet: BC, 87 and 1F. RGB value is (188,135,31). Sum of RGB (Red+Green+Blue) = 188+135+31=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC871F is #4378E0. Grayscale: #8B8B8B. Windows color (decimal): -4421857 or 2066364. OLE color: 2066364.

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

Color convert

RGB 188 135 31 -
CMYK 0 0.28 0.84 0.26
HSL 39.75º 0.72% 0.43% -
HSV(B) 39.75º 0.84% 0.74% -
XYZ 29.65 28.12 5.16 -
YUV 138.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 188 135 31 0 0.28 0.84 0.26 39.75 0.72 0.43
Hex BC 87 1F 0 1C 54 1A 28 48 2B
Octal 274 207 37 0 34 124 32 50 110 53
Binary 10111100 10000111 11111 0 11100 1010100 11010 101000 1001000 101011

Color Harmonies of #BC871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC871F

Black with #BC871F

Text Example


Text Example

White with #BC871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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