Html Css Color HEX #BF5F00 Tenne (Tawny)

📋 copy color: '#BF5F00'

red 191 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #BF5F00

Tints of Tenne (Tawny) #BF5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

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

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF5F00 (or 0xBF5F00) is known color: Tenne (Tawny). HEX triplet: BF, 5F and 00. RGB value is (191,95,0). Sum of RGB (Red+Green+Blue) = 191+95+0=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5F00 is #40A0FF. Grayscale: #717171. Windows color (decimal): -4235520 or 24511. OLE color: 24511.

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

Color convert

RGB 191 95 0 -
CMYK 0 0.50 1 0.25
HSL 29.84º 1% 0.37% -
HSV(B) 29.84º 1% 0.75% -
XYZ 25.58 19.26 2.37 -
YUV 112.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 191 95 0 0 0.50 1 0.25 29.84 1 0.37
Hex BF 5F 0 0 32 64 19 1E 64 25
Octal 277 137 0 0 62 144 31 36 144 45
Binary 10111111 1011111 0 0 110010 1100100 11001 11110 1100100 100101

Color Harmonies of #BF5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5F00

Black with #BF5F00

Text Example


Text Example

White with #BF5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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