Html Css Color HEX #BF6607 Tenne (Tawny)

📋 copy color: '#BF6607'

red 191 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #BF6607

Tints of Tenne (Tawny) #BF6607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 63.67%
G = 34%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF6607 (or 0xBF6607) is known color: Tenne (Tawny). HEX triplet: BF, 66 and 07. RGB value is (191,102,7). Sum of RGB (Red+Green+Blue) = 191+102+7=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6607 is #4099F8. Grayscale: #767676. Windows color (decimal): -4233721 or 485055. OLE color: 485055.

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

Color convert

RGB 191 102 7 -
CMYK 0 0.47 0.96 0.25
HSL 30.98º 0.93% 0.39% -
HSV(B) 30.98º 0.96% 0.75% -
XYZ 26.28 20.59 2.79 -
YUV 117.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 191 102 7 0 0.47 0.96 0.25 30.98 0.93 0.39
Hex BF 66 7 0 2F 60 19 1F 5D 27
Octal 277 146 7 0 57 140 31 37 135 47
Binary 10111111 1100110 111 0 101111 1100000 11001 11111 1011101 100111

Color Harmonies of #BF6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6607

Black with #BF6607

Text Example


Text Example

White with #BF6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6607; }

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

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

background-color css

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

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

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

border-color css

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

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

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