Html Css Color HEX #BF5617 Rust

📋 copy color: '#BF5617'

red 191 ◦ green 86 ◦ blue 23

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

Shades of Rust #BF5617

Tints of Rust #BF5617

RGB

 RED value IS 191 (75% from 255) = 63.67%

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 63.67%
G = 28.67%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5617 (or 0xBF5617) is known color: Rust. HEX triplet: BF, 56 and 17. RGB value is (191,86,23). Sum of RGB (Red+Green+Blue) = 191+86+23=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5617 is #40A9E8. Grayscale: #6E6E6E. Windows color (decimal): -4237801 or 1529535. OLE color: 1529535.

HSL color Cylindrical-coordinate representation of color #BF5617: hue angle of 22.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF5617 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 86 23 -
CMYK 0 0.55 0.88 0.25
HSL 22.5º 0.79% 0.42% -
HSV(B) 22.5º 0.88% 0.75% -
XYZ 24.97 17.79 2.93 -
YUV 110.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 191 86 23 0 0.55 0.88 0.25 22.5 0.79 0.42
Hex BF 56 17 0 37 58 19 16 4F 2A
Octal 277 126 27 0 67 130 31 26 117 52
Binary 10111111 1010110 10111 0 110111 1011000 11001 10110 1001111 101010

Color Harmonies of #BF5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5617

Black with #BF5617

Text Example


Text Example

White with #BF5617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5617; }

 p { color: rgb(191,86,23); }

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

background-color css

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

 a { background-color: rgb(191,86,23); }

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

border-color css

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

 span { border-color: rgb(191,86,23); }

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