Html Css Color HEX #BF5716 Rust

📋 copy color: '#BF5716'

red 191 ◦ green 87 ◦ blue 22

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

Shades of Rust #BF5716

Tints of Rust #BF5716

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

 BLUE value IS 22 (8.98% from 255) = 7.33%

R = 63.67%
G = 29%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5716 (or 0xBF5716) is known color: Rust. HEX triplet: BF, 57 and 16. RGB value is (191,87,22). Sum of RGB (Red+Green+Blue) = 191+87+22=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5716 is #40A8E9. Grayscale: #6F6F6F. Windows color (decimal): -4237546 or 1464255. OLE color: 1464255.

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

Color convert

RGB 191 87 22 -
CMYK 0 0.54 0.88 0.25
HSL 23.08º 0.79% 0.42% -
HSV(B) 23.08º 0.88% 0.75% -
XYZ 25.04 17.95 2.9 -
YUV 110.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 191 87 22 0 0.54 0.88 0.25 23.08 0.79 0.42
Hex BF 57 16 0 36 58 19 17 4F 2A
Octal 277 127 26 0 66 130 31 27 117 52
Binary 10111111 1010111 10110 0 110110 1011000 11001 10111 1001111 101010

Color Harmonies of #BF5716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5716

Black with #BF5716

Text Example


Text Example

White with #BF5716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5716; }

 p { color: rgb(191,87,22); }

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

background-color css

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

 a { background-color: rgb(191,87,22); }

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

border-color css

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

 span { border-color: rgb(191,87,22); }

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