Html Css Color HEX #BF6C07 Tenne (Tawny)

📋 copy color: '#BF6C07'

red 191 ◦ green 108 ◦ blue 7

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

Shades of Tenne (Tawny) #BF6C07

Tints of Tenne (Tawny) #BF6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.29%

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 62.42%
G = 35.29%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6C07 (or 0xBF6C07) is known color: Tenne (Tawny). HEX triplet: BF, 6C and 07. RGB value is (191,108,7). Sum of RGB (Red+Green+Blue) = 191+108+7=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6C07 is #4093F8. Grayscale: #797979. Windows color (decimal): -4232185 or 486591. OLE color: 486591.

HSL color Cylindrical-coordinate representation of color #BF6C07: hue angle of 32.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF6C07 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 108 7 -
CMYK 0 0.43 0.96 0.25
HSL 32.93º 0.93% 0.39% -
HSV(B) 32.93º 0.96% 0.75% -
XYZ 26.89 21.82 2.99 -
YUV 121.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 191 108 7 0 0.43 0.96 0.25 32.93 0.93 0.39
Hex BF 6C 7 0 2B 60 19 21 5D 27
Octal 277 154 7 0 53 140 31 41 135 47
Binary 10111111 1101100 111 0 101011 1100000 11001 100001 1011101 100111

Color Harmonies of #BF6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C07

Black with #BF6C07

Text Example


Text Example

White with #BF6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C07; }

 p { color: rgb(191,108,7); }

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

background-color css

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

 a { background-color: rgb(191,108,7); }

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

border-color css

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

 span { border-color: rgb(191,108,7); }

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