Html Css Color HEX #BF6605 Tenne (Tawny)

📋 copy color: '#BF6605'

red 191 ◦ green 102 ◦ blue 5

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

Shades of Tenne (Tawny) #BF6605

Tints of Tenne (Tawny) #BF6605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 64.09%
G = 34.23%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF6605 (or 0xBF6605) is known color: Tenne (Tawny). HEX triplet: BF, 66 and 05. RGB value is (191,102,5). Sum of RGB (Red+Green+Blue) = 191+102+5=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6605 is #4099FA. Grayscale: #767676. Windows color (decimal): -4233723 or 353983. OLE color: 353983.

HSL color Cylindrical-coordinate representation of color #BF6605: hue angle of 31.29º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF6605 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 102 5 -
CMYK 0 0.47 0.97 0.25
HSL 31.29º 0.95% 0.38% -
HSV(B) 31.29º 0.97% 0.75% -
XYZ 26.26 20.59 2.73 -
YUV 117.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 191 102 5 0 0.47 0.97 0.25 31.29 0.95 0.38
Hex BF 66 5 0 2F 61 19 1F 5F 26
Octal 277 146 5 0 57 141 31 37 137 46
Binary 10111111 1100110 101 0 101111 1100001 11001 11111 1011111 100110

Color Harmonies of #BF6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6605

Black with #BF6605

Text Example


Text Example

White with #BF6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6605; }

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

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

background-color css

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

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

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

border-color css

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

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

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