Html Css Color HEX #BF4806 Rust

📋 copy color: '#BF4806'

red 191 ◦ green 72 ◦ blue 6

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

Shades of Rust #BF4806

Tints of Rust #BF4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 71%
G = 26.77%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF4806 (or 0xBF4806) is known color: Rust. HEX triplet: BF, 48 and 06. RGB value is (191,72,6). Sum of RGB (Red+Green+Blue) = 191+72+6=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4806 is #40B7F9. Grayscale: #646464. Windows color (decimal): -4241402 or 411839. OLE color: 411839.

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

Color convert

RGB 191 72 6 -
CMYK 0 0.62 0.97 0.25
HSL 21.41º 0.94% 0.39% -
HSV(B) 21.41º 0.97% 0.75% -
XYZ 23.84 15.72 1.95 -
YUV 100.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 191 72 6 0 0.62 0.97 0.25 21.41 0.94 0.39
Hex BF 48 6 0 3E 61 19 15 5E 27
Octal 277 110 6 0 76 141 31 25 136 47
Binary 10111111 1001000 110 0 111110 1100001 11001 10101 1011110 100111

Color Harmonies of #BF4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4806

Black with #BF4806

Text Example


Text Example

White with #BF4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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