Html Css Color HEX #BF4606 Rust

📋 copy color: '#BF4606'

red 191 ◦ green 70 ◦ blue 6

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

Shades of Rust #BF4606

Tints of Rust #BF4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 71.54%
G = 26.22%
B = 2.25%

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

#BF4606 (or 0xBF4606) is known color: Rust. HEX triplet: BF, 46 and 06. RGB value is (191,70,6). Sum of RGB (Red+Green+Blue) = 191+70+6=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4606 is #40B9F9. Grayscale: #636363. Windows color (decimal): -4241914 or 411327. OLE color: 411327.

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

Color convert

RGB 191 70 6 -
CMYK 0 0.63 0.97 0.25
HSL 20.76º 0.94% 0.39% -
HSV(B) 20.76º 0.97% 0.75% -
XYZ 23.71 15.47 1.91 -
YUV 98.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 191 70 6 0 0.63 0.97 0.25 20.76 0.94 0.39
Hex BF 46 6 0 3F 61 19 15 5E 27
Octal 277 106 6 0 77 141 31 25 136 47
Binary 10111111 1000110 110 0 111111 1100001 11001 10101 1011110 100111

Color Harmonies of #BF4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4606

Black with #BF4606

Text Example


Text Example

White with #BF4606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4606; }

 p { color: rgb(191,70,6); }

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

background-color css

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

 a { background-color: rgb(191,70,6); }

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

border-color css

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

 span { border-color: rgb(191,70,6); }

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