Html Css Color HEX #BC4106 Rust

📋 copy color: '#BC4106'

red 188 ◦ green 65 ◦ blue 6

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

Shades of Rust #BC4106

Tints of Rust #BC4106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 72.59%
G = 25.1%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4106 (or 0xBC4106) is known color: Rust. HEX triplet: BC, 41 and 06. RGB value is (188,65,6). Sum of RGB (Red+Green+Blue) = 188+65+6=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4106 is #43BEF9. Grayscale: #5F5F5F. Windows color (decimal): -4439802 or 410044. OLE color: 410044.

HSL color Cylindrical-coordinate representation of color #BC4106: hue angle of 19.45º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC4106 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 6 -
CMYK 0 0.65 0.97 0.26
HSL 19.45º 0.94% 0.38% -
HSV(B) 19.45º 0.97% 0.74% -
XYZ 22.66 14.49 1.77 -
YUV 95.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 188 65 6 0 0.65 0.97 0.26 19.45 0.94 0.38
Hex BC 41 6 0 41 61 1A 13 5E 26
Octal 274 101 6 0 101 141 32 23 136 46
Binary 10111100 1000001 110 0 1000001 1100001 11010 10011 1011110 100110

Color Harmonies of #BC4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4106

Black with #BC4106

Text Example


Text Example

White with #BC4106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4106; }

 p { color: rgb(188,65,6); }

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

background-color css

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

 a { background-color: rgb(188,65,6); }

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

border-color css

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

 span { border-color: rgb(188,65,6); }

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