Html Css Color HEX #BF4705 Rust

📋 copy color: '#BF4705'

red 191 ◦ green 71 ◦ blue 5

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

Shades of Rust #BF4705

Tints of Rust #BF4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 71.54%
G = 26.59%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4705 (or 0xBF4705) is known color: Rust. HEX triplet: BF, 47 and 05. RGB value is (191,71,5). Sum of RGB (Red+Green+Blue) = 191+71+5=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4705 is #40B8FA. Grayscale: #636363. Windows color (decimal): -4241659 or 346047. OLE color: 346047.

HSL color Cylindrical-coordinate representation of color #BF4705: hue angle of 21.29º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4705 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 5 -
CMYK 0 0.63 0.97 0.25
HSL 21.29º 0.95% 0.38% -
HSV(B) 21.29º 0.97% 0.75% -
XYZ 23.77 15.59 1.9 -
YUV 99.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 191 71 5 0 0.63 0.97 0.25 21.29 0.95 0.38
Hex BF 47 5 0 3F 61 19 15 5F 26
Octal 277 107 5 0 77 141 31 25 137 46
Binary 10111111 1000111 101 0 111111 1100001 11001 10101 1011111 100110

Color Harmonies of #BF4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4705

Black with #BF4705

Text Example


Text Example

White with #BF4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4705; }

 p { color: rgb(191,71,5); }

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

background-color css

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

 a { background-color: rgb(191,71,5); }

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

border-color css

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

 span { border-color: rgb(191,71,5); }

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