Html Css Color HEX #BF5619 Rust

📋 copy color: '#BF5619'

red 191 ◦ green 86 ◦ blue 25

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

Shades of Rust #BF5619

Tints of Rust #BF5619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 63.25%
G = 28.48%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5619 (or 0xBF5619) is known color: Rust. HEX triplet: BF, 56 and 19. RGB value is (191,86,25). Sum of RGB (Red+Green+Blue) = 191+86+25=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5619 is #40A9E6. Grayscale: #6E6E6E. Windows color (decimal): -4237799 or 1660607. OLE color: 1660607.

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

Color convert

RGB 191 86 25 -
CMYK 0 0.55 0.87 0.25
HSL 22.05º 0.77% 0.42% -
HSV(B) 22.05º 0.87% 0.75% -
XYZ 24.99 17.8 3.04 -
YUV 110.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 191 86 25 0 0.55 0.87 0.25 22.05 0.77 0.42
Hex BF 56 19 0 37 57 19 16 4D 2A
Octal 277 126 31 0 67 127 31 26 115 52
Binary 10111111 1010110 11001 0 110111 1010111 11001 10110 1001101 101010

Color Harmonies of #BF5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5619

Black with #BF5619

Text Example


Text Example

White with #BF5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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