Html Css Color HEX #BF550C Tenne (Tawny)

📋 copy color: '#BF550C'

red 191 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #BF550C

Tints of Tenne (Tawny) #BF550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.17%

R = 66.32%
G = 29.51%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF550C (or 0xBF550C) is known color: Tenne (Tawny). HEX triplet: BF, 55 and 0C. RGB value is (191,85,12). Sum of RGB (Red+Green+Blue) = 191+85+12=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF550C is #40AAF3. Grayscale: #6C6C6C. Windows color (decimal): -4238068 or 808383. OLE color: 808383.

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

Color convert

RGB 191 85 12 -
CMYK 0 0.55 0.94 0.25
HSL 24.47º 0.88% 0.4% -
HSV(B) 24.47º 0.94% 0.75% -
XYZ 24.8 17.6 2.44 -
YUV 108.37 73.62 186.94 -
System Red Green Blue C M Y K H S L
Decimal 191 85 12 0 0.55 0.94 0.25 24.47 0.88 0.4
Hex BF 55 C 0 37 5E 19 18 58 28
Octal 277 125 14 0 67 136 31 30 130 50
Binary 10111111 1010101 1100 0 110111 1011110 11001 11000 1011000 101000

Color Harmonies of #BF550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF550C

Black with #BF550C

Text Example


Text Example

White with #BF550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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