Html Css Color HEX #BF6509 Tenne (Tawny)

📋 copy color: '#BF6509'

red 191 ◦ green 101 ◦ blue 9

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

Shades of Tenne (Tawny) #BF6509

Tints of Tenne (Tawny) #BF6509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.99%

R = 63.46%
G = 33.55%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF6509 (or 0xBF6509) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 09. RGB value is (191,101,9). Sum of RGB (Red+Green+Blue) = 191+101+9=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6509 is #409AF6. Grayscale: #757575. Windows color (decimal): -4233975 or 615871. OLE color: 615871.

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

Color convert

RGB 191 101 9 -
CMYK 0 0.47 0.95 0.25
HSL 30.33º 0.91% 0.39% -
HSV(B) 30.33º 0.95% 0.75% -
XYZ 26.19 20.4 2.82 -
YUV 117.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 191 101 9 0 0.47 0.95 0.25 30.33 0.91 0.39
Hex BF 65 9 0 2F 5F 19 1E 5B 27
Octal 277 145 11 0 57 137 31 36 133 47
Binary 10111111 1100101 1001 0 101111 1011111 11001 11110 1011011 100111

Color Harmonies of #BF6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6509

Black with #BF6509

Text Example


Text Example

White with #BF6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6509; }

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

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

background-color css

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

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

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

border-color css

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

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

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