Html Css Color HEX #BF5217 Rust

📋 copy color: '#BF5217'

red 191 ◦ green 82 ◦ blue 23

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

Shades of Rust #BF5217

Tints of Rust #BF5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 64.53%
G = 27.7%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5217 (or 0xBF5217) is known color: Rust. HEX triplet: BF, 52 and 17. RGB value is (191,82,23). Sum of RGB (Red+Green+Blue) = 191+82+23=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5217 is #40ADE8. Grayscale: #6C6C6C. Windows color (decimal): -4238825 or 1528511. OLE color: 1528511.

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

Color convert

RGB 191 82 23 -
CMYK 0 0.57 0.88 0.25
HSL 21.07º 0.79% 0.42% -
HSV(B) 21.07º 0.88% 0.75% -
XYZ 24.66 17.17 2.83 -
YUV 107.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 191 82 23 0 0.57 0.88 0.25 21.07 0.79 0.42
Hex BF 52 17 0 39 58 19 15 4F 2A
Octal 277 122 27 0 71 130 31 25 117 52
Binary 10111111 1010010 10111 0 111001 1011000 11001 10101 1001111 101010

Color Harmonies of #BF5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5217

Black with #BF5217

Text Example


Text Example

White with #BF5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5217; }

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

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

background-color css

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

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

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

border-color css

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

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

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