Html Css Color HEX #BF5908 Tenne (Tawny)

📋 copy color: '#BF5908'

red 191 ◦ green 89 ◦ blue 8

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

Shades of Tenne (Tawny) #BF5908

Tints of Tenne (Tawny) #BF5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 66.32%
G = 30.9%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF5908 (or 0xBF5908) is known color: Tenne (Tawny). HEX triplet: BF, 59 and 08. RGB value is (191,89,8). Sum of RGB (Red+Green+Blue) = 191+89+8=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5908 is #40A6F7. Grayscale: #6E6E6E. Windows color (decimal): -4237048 or 547263. OLE color: 547263.

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

Color convert

RGB 191 89 8 -
CMYK 0 0.53 0.96 0.25
HSL 26.56º 0.92% 0.39% -
HSV(B) 26.56º 0.96% 0.75% -
XYZ 25.1 18.24 2.43 -
YUV 110.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 191 89 8 0 0.53 0.96 0.25 26.56 0.92 0.39
Hex BF 59 8 0 35 60 19 1B 5C 27
Octal 277 131 10 0 65 140 31 33 134 47
Binary 10111111 1011001 1000 0 110101 1100000 11001 11011 1011100 100111

Color Harmonies of #BF5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5908

Black with #BF5908

Text Example


Text Example

White with #BF5908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5908; }

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

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

background-color css

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

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

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

border-color css

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

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

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