Html Css Color HEX #BF550E Tenne (Tawny)

📋 copy color: '#BF550E'

red 191 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #BF550E

Tints of Tenne (Tawny) #BF550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 65.86%
G = 29.31%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF550E (or 0xBF550E) is known color: Tenne (Tawny). HEX triplet: BF, 55 and 0E. RGB value is (191,85,14). Sum of RGB (Red+Green+Blue) = 191+85+14=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF550E is #40AAF1. Grayscale: #6C6C6C. Windows color (decimal): -4238066 or 939455. OLE color: 939455.

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

Color convert

RGB 191 85 14 -
CMYK 0 0.55 0.93 0.25
HSL 24.07º 0.86% 0.4% -
HSV(B) 24.07º 0.93% 0.75% -
XYZ 24.81 17.61 2.51 -
YUV 108.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 191 85 14 0 0.55 0.93 0.25 24.07 0.86 0.4
Hex BF 55 E 0 37 5D 19 18 56 28
Octal 277 125 16 0 67 135 31 30 126 50
Binary 10111111 1010101 1110 0 110111 1011101 11001 11000 1010110 101000

Color Harmonies of #BF550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF550E

Black with #BF550E

Text Example


Text Example

White with #BF550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF550E; }

 p { color: rgb(191,85,14); }

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

background-color css

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

 a { background-color: rgb(191,85,14); }

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

border-color css

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

 span { border-color: rgb(191,85,14); }

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