Html Css Color HEX #BF6B04 Tenne (Tawny)

📋 copy color: '#BF6B04'

red 191 ◦ green 107 ◦ blue 4

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

Shades of Tenne (Tawny) #BF6B04

Tints of Tenne (Tawny) #BF6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 63.25%
G = 35.43%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6B04 (or 0xBF6B04) is known color: Tenne (Tawny). HEX triplet: BF, 6B and 04. RGB value is (191,107,4). Sum of RGB (Red+Green+Blue) = 191+107+4=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6B04 is #4094FB. Grayscale: #787878. Windows color (decimal): -4232444 or 289727. OLE color: 289727.

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

Color convert

RGB 191 107 4 -
CMYK 0 0.44 0.98 0.25
HSL 33.05º 0.96% 0.38% -
HSV(B) 33.05º 0.98% 0.75% -
XYZ 26.77 21.6 2.87 -
YUV 120.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 191 107 4 0 0.44 0.98 0.25 33.05 0.96 0.38
Hex BF 6B 4 0 2C 62 19 21 60 26
Octal 277 153 4 0 54 142 31 41 140 46
Binary 10111111 1101011 100 0 101100 1100010 11001 100001 1100000 100110

Color Harmonies of #BF6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B04

Black with #BF6B04

Text Example


Text Example

White with #BF6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B04; }

 p { color: rgb(191,107,4); }

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

background-color css

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

 a { background-color: rgb(191,107,4); }

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

border-color css

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

 span { border-color: rgb(191,107,4); }

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