Html Css Color HEX #BC5517 Rust

📋 copy color: '#BC5517'

red 188 ◦ green 85 ◦ blue 23

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

Shades of Rust #BC5517

Tints of Rust #BC5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 63.51%
G = 28.72%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5517 (or 0xBC5517) is known color: Rust. HEX triplet: BC, 55 and 17. RGB value is (188,85,23). Sum of RGB (Red+Green+Blue) = 188+85+23=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5517 is #43AAE8. Grayscale: #6D6D6D. Windows color (decimal): -4434665 or 1529276. OLE color: 1529276.

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

Color convert

RGB 188 85 23 -
CMYK 0 0.55 0.88 0.26
HSL 22.55º 0.78% 0.41% -
HSV(B) 22.55º 0.88% 0.74% -
XYZ 24.14 17.25 2.87 -
YUV 108.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 188 85 23 0 0.55 0.88 0.26 22.55 0.78 0.41
Hex BC 55 17 0 37 58 1A 17 4E 29
Octal 274 125 27 0 67 130 32 27 116 51
Binary 10111100 1010101 10111 0 110111 1011000 11010 10111 1001110 101001

Color Harmonies of #BC5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5517

Black with #BC5517

Text Example


Text Example

White with #BC5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5517; }

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

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

background-color css

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

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

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

border-color css

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

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

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