Html Css Color HEX #BF610C Tenne (Tawny)

📋 copy color: '#BF610C'

red 191 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #BF610C

Tints of Tenne (Tawny) #BF610C

RGB

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

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

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

R = 63.67%
G = 32.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF610C (or 0xBF610C) is known color: Tenne (Tawny). HEX triplet: BF, 61 and 0C. RGB value is (191,97,12). Sum of RGB (Red+Green+Blue) = 191+97+12=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF610C is #409EF3. Grayscale: #737373. Windows color (decimal): -4234996 or 811455. OLE color: 811455.

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

Color convert

RGB 191 97 12 -
CMYK 0 0.49 0.94 0.25
HSL 28.49º 0.88% 0.4% -
HSV(B) 28.49º 0.94% 0.75% -
XYZ 25.83 19.65 2.78 -
YUV 115.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 191 97 12 0 0.49 0.94 0.25 28.49 0.88 0.4
Hex BF 61 C 0 31 5E 19 1C 58 28
Octal 277 141 14 0 61 136 31 34 130 50
Binary 10111111 1100001 1100 0 110001 1011110 11001 11100 1011000 101000

Color Harmonies of #BF610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF610C

Black with #BF610C

Text Example


Text Example

White with #BF610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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