Html Css Color HEX #BF5A08 Tenne (Tawny)

📋 copy color: '#BF5A08'

red 191 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #BF5A08

Tints of Tenne (Tawny) #BF5A08

RGB

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

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

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

R = 66.09%
G = 31.14%
B = 2.77%

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

#BF5A08 (or 0xBF5A08) is known color: Tenne (Tawny). HEX triplet: BF, 5A and 08. RGB value is (191,90,8). Sum of RGB (Red+Green+Blue) = 191+90+8=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A08 is #40A5F7. Grayscale: #6F6F6F. Windows color (decimal): -4236792 or 547519. OLE color: 547519.

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

Color convert

RGB 191 90 8 -
CMYK 0 0.53 0.96 0.25
HSL 26.89º 0.92% 0.39% -
HSV(B) 26.89º 0.96% 0.75% -
XYZ 25.19 18.41 2.46 -
YUV 110.85 69.96 185.17 -
System Red Green Blue C M Y K H S L
Decimal 191 90 8 0 0.53 0.96 0.25 26.89 0.92 0.39
Hex BF 5A 8 0 35 60 19 1B 5C 27
Octal 277 132 10 0 65 140 31 33 134 47
Binary 10111111 1011010 1000 0 110101 1100000 11001 11011 1011100 100111

Color Harmonies of #BF5A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A08

Black with #BF5A08

Text Example


Text Example

White with #BF5A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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