Html Css Color HEX #BF610F Tenne (Tawny)

📋 copy color: '#BF610F'

red 191 ◦ green 97 ◦ blue 15

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

Shades of Tenne (Tawny) #BF610F

Tints of Tenne (Tawny) #BF610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 63.04%
G = 32.01%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF610F (or 0xBF610F) is known color: Tenne (Tawny). HEX triplet: BF, 61 and 0F. RGB value is (191,97,15). Sum of RGB (Red+Green+Blue) = 191+97+15=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF610F is #409EF0. Grayscale: #747474. Windows color (decimal): -4234993 or 1008063. OLE color: 1008063.

HSL color Cylindrical-coordinate representation of color #BF610F: hue angle of 27.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF610F is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 15 -
CMYK 0 0.49 0.92 0.25
HSL 27.95º 0.85% 0.4% -
HSV(B) 27.95º 0.92% 0.75% -
XYZ 25.85 19.66 2.88 -
YUV 115.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 191 97 15 0 0.49 0.92 0.25 27.95 0.85 0.4
Hex BF 61 F 0 31 5C 19 1C 55 28
Octal 277 141 17 0 61 134 31 34 125 50
Binary 10111111 1100001 1111 0 110001 1011100 11001 11100 1010101 101000

Color Harmonies of #BF610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF610F

Black with #BF610F

Text Example


Text Example

White with #BF610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF610F; }

 p { color: rgb(191,97,15); }

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

background-color css

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

 a { background-color: rgb(191,97,15); }

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

border-color css

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

 span { border-color: rgb(191,97,15); }

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