Html Css Color HEX #BF610B Tenne (Tawny)

📋 copy color: '#BF610B'

red 191 ◦ green 97 ◦ blue 11

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

Shades of Tenne (Tawny) #BF610B

Tints of Tenne (Tawny) #BF610B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 63.88%
G = 32.44%
B = 3.68%

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

#BF610B (or 0xBF610B) is known color: Tenne (Tawny). HEX triplet: BF, 61 and 0B. RGB value is (191,97,11). Sum of RGB (Red+Green+Blue) = 191+97+11=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF610B is #409EF4. Grayscale: #737373. Windows color (decimal): -4234997 or 745919. OLE color: 745919.

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

Color convert

RGB 191 97 11 -
CMYK 0 0.49 0.94 0.25
HSL 28.67º 0.89% 0.4% -
HSV(B) 28.67º 0.94% 0.75% -
XYZ 25.82 19.65 2.75 -
YUV 115.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 191 97 11 0 0.49 0.94 0.25 28.67 0.89 0.4
Hex BF 61 B 0 31 5E 19 1D 59 28
Octal 277 141 13 0 61 136 31 35 131 50
Binary 10111111 1100001 1011 0 110001 1011110 11001 11101 1011001 101000

Color Harmonies of #BF610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF610B

Black with #BF610B

Text Example


Text Example

White with #BF610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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