Html Css Color HEX #BF650E Tenne (Tawny)

📋 copy color: '#BF650E'

red 191 ◦ green 101 ◦ blue 14

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

Shades of Tenne (Tawny) #BF650E

Tints of Tenne (Tawny) #BF650E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 62.42%
G = 33.01%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF650E (or 0xBF650E) is known color: Tenne (Tawny). HEX triplet: BF, 65 and 0E. RGB value is (191,101,14). Sum of RGB (Red+Green+Blue) = 191+101+14=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF650E is #409AF1. Grayscale: #767676. Windows color (decimal): -4233970 or 943551. OLE color: 943551.

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

Color convert

RGB 191 101 14 -
CMYK 0 0.47 0.93 0.25
HSL 29.49º 0.86% 0.4% -
HSV(B) 29.49º 0.93% 0.75% -
XYZ 26.22 20.42 2.97 -
YUV 117.99 69.32 180.07 -
System Red Green Blue C M Y K H S L
Decimal 191 101 14 0 0.47 0.93 0.25 29.49 0.86 0.4
Hex BF 65 E 0 2F 5D 19 1D 56 28
Octal 277 145 16 0 57 135 31 35 126 50
Binary 10111111 1100101 1110 0 101111 1011101 11001 11101 1010110 101000

Color Harmonies of #BF650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF650E

Black with #BF650E

Text Example


Text Example

White with #BF650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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