Html Css Color HEX #BF6507 Tenne (Tawny)

📋 copy color: '#BF6507'

red 191 ◦ green 101 ◦ blue 7

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

Shades of Tenne (Tawny) #BF6507

Tints of Tenne (Tawny) #BF6507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

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

R = 63.88%
G = 33.78%
B = 2.34%

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

#BF6507 (or 0xBF6507) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 07. RGB value is (191,101,7). Sum of RGB (Red+Green+Blue) = 191+101+7=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6507 is #409AF8. Grayscale: #757575. Windows color (decimal): -4233977 or 484799. OLE color: 484799.

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

Color convert

RGB 191 101 7 -
CMYK 0 0.47 0.96 0.25
HSL 30.65º 0.93% 0.39% -
HSV(B) 30.65º 0.96% 0.75% -
XYZ 26.18 20.4 2.76 -
YUV 117.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 191 101 7 0 0.47 0.96 0.25 30.65 0.93 0.39
Hex BF 65 7 0 2F 60 19 1F 5D 27
Octal 277 145 7 0 57 140 31 37 135 47
Binary 10111111 1100101 111 0 101111 1100000 11001 11111 1011101 100111

Color Harmonies of #BF6507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6507

Black with #BF6507

Text Example


Text Example

White with #BF6507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6507; }

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

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

background-color css

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

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

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

border-color css

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

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

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