Html Css Color HEX #BC4E17 Rust

📋 copy color: '#BC4E17'

red 188 ◦ green 78 ◦ blue 23

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

Shades of Rust #BC4E17

Tints of Rust #BC4E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 23 (9.38% from 255) = 7.96%

R = 65.05%
G = 26.99%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4E17 (or 0xBC4E17) is known color: Rust. HEX triplet: BC, 4E and 17. RGB value is (188,78,23). Sum of RGB (Red+Green+Blue) = 188+78+23=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E17 is #43B1E8. Grayscale: #686868. Windows color (decimal): -4436457 or 1527484. OLE color: 1527484.

HSL color Cylindrical-coordinate representation of color #BC4E17: hue angle of 20º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC4E17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 23 -
CMYK 0 0.59 0.88 0.26
HSL 20º 0.78% 0.41% -
HSV(B) 20º 0.88% 0.74% -
XYZ 23.62 16.2 2.69 -
YUV 104.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 188 78 23 0 0.59 0.88 0.26 20 0.78 0.41
Hex BC 4E 17 0 3B 58 1A 14 4E 29
Octal 274 116 27 0 73 130 32 24 116 51
Binary 10111100 1001110 10111 0 111011 1011000 11010 10100 1001110 101001

Color Harmonies of #BC4E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E17

Black with #BC4E17

Text Example


Text Example

White with #BC4E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E17; }

 p { color: rgb(188,78,23); }

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

background-color css

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

 a { background-color: rgb(188,78,23); }

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

border-color css

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

 span { border-color: rgb(188,78,23); }

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