Html Css Color HEX #BC841F Nugget

📋 copy color: '#BC841F'

red 188 ◦ green 132 ◦ blue 31

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

Shades of Nugget #BC841F

Tints of Nugget #BC841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

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

R = 53.56%
G = 37.61%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC841F (or 0xBC841F) is known color: Nugget. HEX triplet: BC, 84 and 1F. RGB value is (188,132,31). Sum of RGB (Red+Green+Blue) = 188+132+31=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC841F is #437BE0. Grayscale: #898989. Windows color (decimal): -4422625 or 2065596. OLE color: 2065596.

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

Color convert

RGB 188 132 31 -
CMYK 0 0.30 0.84 0.26
HSL 38.6º 0.72% 0.43% -
HSV(B) 38.6º 0.84% 0.74% -
XYZ 29.24 27.29 5.02 -
YUV 137.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 188 132 31 0 0.30 0.84 0.26 38.6 0.72 0.43
Hex BC 84 1F 0 1E 54 1A 27 48 2B
Octal 274 204 37 0 36 124 32 47 110 53
Binary 10111100 10000100 11111 0 11110 1010100 11010 100111 1001000 101011

Color Harmonies of #BC841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC841F

Black with #BC841F

Text Example


Text Example

White with #BC841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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