Html Css Color HEX #BF5A0E Tenne (Tawny)

📋 copy color: '#BF5A0E'

red 191 ◦ green 90 ◦ blue 14

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

Shades of Tenne (Tawny) #BF5A0E

Tints of Tenne (Tawny) #BF5A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 64.75%
G = 30.51%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF5A0E (or 0xBF5A0E) is known color: Tenne (Tawny). HEX triplet: BF, 5A and 0E. RGB value is (191,90,14). Sum of RGB (Red+Green+Blue) = 191+90+14=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A0E is #40A5F1. Grayscale: #6F6F6F. Windows color (decimal): -4236786 or 940735. OLE color: 940735.

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

Color convert

RGB 191 90 14 -
CMYK 0 0.53 0.93 0.25
HSL 25.76º 0.86% 0.4% -
HSV(B) 25.76º 0.93% 0.75% -
XYZ 25.22 18.42 2.64 -
YUV 111.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 191 90 14 0 0.53 0.93 0.25 25.76 0.86 0.4
Hex BF 5A E 0 35 5D 19 1A 56 28
Octal 277 132 16 0 65 135 31 32 126 50
Binary 10111111 1011010 1110 0 110101 1011101 11001 11010 1010110 101000

Color Harmonies of #BF5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A0E

Black with #BF5A0E

Text Example


Text Example

White with #BF5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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