Html Css Color HEX #BF5E00 Tenne (Tawny)

📋 copy color: '#BF5E00'

red 191 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #BF5E00

Tints of Tenne (Tawny) #BF5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.02%
G = 32.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF5E00 (or 0xBF5E00) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 00. RGB value is (191,94,0). Sum of RGB (Red+Green+Blue) = 191+94+0=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E00 is #40A1FF. Grayscale: #707070. Windows color (decimal): -4235776 or 24255. OLE color: 24255.

HSL color Cylindrical-coordinate representation of color #BF5E00: hue angle of 29.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF5E00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 0 -
CMYK 0 0.51 1 0.25
HSL 29.53º 1% 0.37% -
HSV(B) 29.53º 1% 0.75% -
XYZ 25.49 19.08 2.34 -
YUV 112.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 191 94 0 0 0.51 1 0.25 29.53 1 0.37
Hex BF 5E 0 0 33 64 19 1E 64 25
Octal 277 136 0 0 63 144 31 36 144 45
Binary 10111111 1011110 0 0 110011 1100100 11001 11110 1100100 100101

Color Harmonies of #BF5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E00

Black with #BF5E00

Text Example


Text Example

White with #BF5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E00; }

 p { color: rgb(191,94,0); }

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

background-color css

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

 a { background-color: rgb(191,94,0); }

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

border-color css

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

 span { border-color: rgb(191,94,0); }

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