Html Css Color HEX #BC5817 Rust

📋 copy color: '#BC5817'

red 188 ◦ green 88 ◦ blue 23

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

Shades of Rust #BC5817

Tints of Rust #BC5817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 62.88%
G = 29.43%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5817 (or 0xBC5817) is known color: Rust. HEX triplet: BC, 58 and 17. RGB value is (188,88,23). Sum of RGB (Red+Green+Blue) = 188+88+23=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5817 is #43A7E8. Grayscale: #6E6E6E. Windows color (decimal): -4433897 or 1530044. OLE color: 1530044.

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

Color convert

RGB 188 88 23 -
CMYK 0 0.53 0.88 0.26
HSL 23.64º 0.78% 0.41% -
HSV(B) 23.64º 0.88% 0.74% -
XYZ 24.38 17.73 2.95 -
YUV 110.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 188 88 23 0 0.53 0.88 0.26 23.64 0.78 0.41
Hex BC 58 17 0 35 58 1A 18 4E 29
Octal 274 130 27 0 65 130 32 30 116 51
Binary 10111100 1011000 10111 0 110101 1011000 11010 11000 1001110 101001

Color Harmonies of #BC5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5817

Black with #BC5817

Text Example


Text Example

White with #BC5817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5817; }

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

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

background-color css

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

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

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

border-color css

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

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

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