Html Css Color HEX #BF6409 Tenne (Tawny)

📋 copy color: '#BF6409'

red 191 ◦ green 100 ◦ blue 9

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

Shades of Tenne (Tawny) #BF6409

Tints of Tenne (Tawny) #BF6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 63.67%
G = 33.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF6409 (or 0xBF6409) is known color: Tenne (Tawny). HEX triplet: BF, 64 and 09. RGB value is (191,100,9). Sum of RGB (Red+Green+Blue) = 191+100+9=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6409 is #409BF6. Grayscale: #757575. Windows color (decimal): -4234231 or 615615. OLE color: 615615.

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

Color convert

RGB 191 100 9 -
CMYK 0 0.48 0.95 0.25
HSL 30º 0.91% 0.39% -
HSV(B) 30º 0.95% 0.75% -
XYZ 26.09 20.21 2.78 -
YUV 116.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 191 100 9 0 0.48 0.95 0.25 30 0.91 0.39
Hex BF 64 9 0 30 5F 19 1E 5B 27
Octal 277 144 11 0 60 137 31 36 133 47
Binary 10111111 1100100 1001 0 110000 1011111 11001 11110 1011011 100111

Color Harmonies of #BF6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6409

Black with #BF6409

Text Example


Text Example

White with #BF6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6409; }

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

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

background-color css

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

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

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

border-color css

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

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

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