Html Css Color HEX #BF5E08 Tenne (Tawny)

📋 copy color: '#BF5E08'

red 191 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #BF5E08

Tints of Tenne (Tawny) #BF5E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 65.19%
G = 32.08%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF5E08 (or 0xBF5E08) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 08. RGB value is (191,94,8). Sum of RGB (Red+Green+Blue) = 191+94+8=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E08 is #40A1F7. Grayscale: #717171. Windows color (decimal): -4235768 or 548543. OLE color: 548543.

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

Color convert

RGB 191 94 8 -
CMYK 0 0.51 0.96 0.25
HSL 28.2º 0.92% 0.39% -
HSV(B) 28.2º 0.96% 0.75% -
XYZ 25.53 19.1 2.57 -
YUV 113.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 191 94 8 0 0.51 0.96 0.25 28.2 0.92 0.39
Hex BF 5E 8 0 33 60 19 1C 5C 27
Octal 277 136 10 0 63 140 31 34 134 47
Binary 10111111 1011110 1000 0 110011 1100000 11001 11100 1011100 100111

Color Harmonies of #BF5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E08

Black with #BF5E08

Text Example


Text Example

White with #BF5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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