Html Css Color HEX #BF570C Tenne (Tawny)

📋 copy color: '#BF570C'

red 191 ◦ green 87 ◦ blue 12

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

Shades of Tenne (Tawny) #BF570C

Tints of Tenne (Tawny) #BF570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 65.86%
G = 30%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF570C (or 0xBF570C) is known color: Tenne (Tawny). HEX triplet: BF, 57 and 0C. RGB value is (191,87,12). Sum of RGB (Red+Green+Blue) = 191+87+12=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF570C is #40A8F3. Grayscale: #6D6D6D. Windows color (decimal): -4237556 or 808895. OLE color: 808895.

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

Color convert

RGB 191 87 12 -
CMYK 0 0.54 0.94 0.25
HSL 25.14º 0.88% 0.4% -
HSV(B) 25.14º 0.94% 0.75% -
XYZ 24.96 17.92 2.49 -
YUV 109.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 191 87 12 0 0.54 0.94 0.25 25.14 0.88 0.4
Hex BF 57 C 0 36 5E 19 19 58 28
Octal 277 127 14 0 66 136 31 31 130 50
Binary 10111111 1010111 1100 0 110110 1011110 11001 11001 1011000 101000

Color Harmonies of #BF570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF570C

Black with #BF570C

Text Example


Text Example

White with #BF570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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