Html Css Color HEX #BF550D Tenne (Tawny)

📋 copy color: '#BF550D'

red 191 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #BF550D

Tints of Tenne (Tawny) #BF550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.5%

R = 66.09%
G = 29.41%
B = 4.5%

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

#BF550D (or 0xBF550D) is known color: Tenne (Tawny). HEX triplet: BF, 55 and 0D. RGB value is (191,85,13). Sum of RGB (Red+Green+Blue) = 191+85+13=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF550D is #40AAF2. Grayscale: #6C6C6C. Windows color (decimal): -4238067 or 873919. OLE color: 873919.

HSL color Cylindrical-coordinate representation of color #BF550D: hue angle of 24.27º degrees, saturation: 0.87, 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 #BF550D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 13 -
CMYK 0 0.55 0.93 0.25
HSL 24.27º 0.87% 0.4% -
HSV(B) 24.27º 0.93% 0.75% -
XYZ 24.81 17.6 2.47 -
YUV 108.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 191 85 13 0 0.55 0.93 0.25 24.27 0.87 0.4
Hex BF 55 D 0 37 5D 19 18 57 28
Octal 277 125 15 0 67 135 31 30 127 50
Binary 10111111 1010101 1101 0 110111 1011101 11001 11000 1010111 101000

Color Harmonies of #BF550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF550D

Black with #BF550D

Text Example


Text Example

White with #BF550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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