Html Css Color HEX #BC861D Nugget

📋 copy color: '#BC861D'

red 188 ◦ green 134 ◦ blue 29

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

Shades of Nugget #BC861D

Tints of Nugget #BC861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 53.56%
G = 38.18%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC861D (or 0xBC861D) is known color: Nugget. HEX triplet: BC, 86 and 1D. RGB value is (188,134,29). Sum of RGB (Red+Green+Blue) = 188+134+29=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC861D is #4379E2. Grayscale: #8A8A8A. Windows color (decimal): -4422115 or 1935036. OLE color: 1935036.

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

Color convert

RGB 188 134 29 -
CMYK 0 0.29 0.85 0.26
HSL 39.62º 0.73% 0.43% -
HSV(B) 39.62º 0.85% 0.74% -
XYZ 29.49 27.83 4.98 -
YUV 138.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 188 134 29 0 0.29 0.85 0.26 39.62 0.73 0.43
Hex BC 86 1D 0 1D 55 1A 28 49 2B
Octal 274 206 35 0 35 125 32 50 111 53
Binary 10111100 10000110 11101 0 11101 1010101 11010 101000 1001001 101011

Color Harmonies of #BC861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC861D

Black with #BC861D

Text Example


Text Example

White with #BC861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC861D; }

 p { color: rgb(188,134,29); }

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

background-color css

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

 a { background-color: rgb(188,134,29); }

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

border-color css

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

 span { border-color: rgb(188,134,29); }

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