Html Css Color HEX #BF580F Tenne (Tawny)

📋 copy color: '#BF580F'

red 191 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #BF580F

Tints of Tenne (Tawny) #BF580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 64.97%
G = 29.93%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF580F (or 0xBF580F) is known color: Tenne (Tawny). HEX triplet: BF, 58 and 0F. RGB value is (191,88,15). Sum of RGB (Red+Green+Blue) = 191+88+15=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF580F is #40A7F0. Grayscale: #6E6E6E. Windows color (decimal): -4237297 or 1005759. OLE color: 1005759.

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

Color convert

RGB 191 88 15 -
CMYK 0 0.54 0.92 0.25
HSL 24.89º 0.85% 0.4% -
HSV(B) 24.89º 0.92% 0.75% -
XYZ 25.06 18.09 2.62 -
YUV 110.48 74.12 185.44 -
System Red Green Blue C M Y K H S L
Decimal 191 88 15 0 0.54 0.92 0.25 24.89 0.85 0.4
Hex BF 58 F 0 36 5C 19 19 55 28
Octal 277 130 17 0 66 134 31 31 125 50
Binary 10111111 1011000 1111 0 110110 1011100 11001 11001 1010101 101000

Color Harmonies of #BF580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF580F

Black with #BF580F

Text Example


Text Example

White with #BF580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF580F; }

 p { color: rgb(191,88,15); }

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

background-color css

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

 a { background-color: rgb(191,88,15); }

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

border-color css

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

 span { border-color: rgb(191,88,15); }

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