Html Css Color HEX #BF5500 Tenne (Tawny)

📋 copy color: '#BF5500'

red 191 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #BF5500

Tints of Tenne (Tawny) #BF5500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 69.2%
G = 30.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF5500 (or 0xBF5500) is known color: Tenne (Tawny). HEX triplet: BF, 55 and 00. RGB value is (191,85,0). Sum of RGB (Red+Green+Blue) = 191+85+0=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5500 is #40AAFF. Grayscale: #6B6B6B. Windows color (decimal): -4238080 or 21951. OLE color: 21951.

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

Color convert

RGB 191 85 0 -
CMYK 0 0.55 1 0.25
HSL 26.7º 1% 0.37% -
HSV(B) 26.7º 1% 0.75% -
XYZ 24.73 17.57 2.09 -
YUV 107 67.62 187.91 -
System Red Green Blue C M Y K H S L
Decimal 191 85 0 0 0.55 1 0.25 26.7 1 0.37
Hex BF 55 0 0 37 64 19 1B 64 25
Octal 277 125 0 0 67 144 31 33 144 45
Binary 10111111 1010101 0 0 110111 1100100 11001 11011 1100100 100101

Color Harmonies of #BF5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5500

Black with #BF5500

Text Example


Text Example

White with #BF5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5500; }

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

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

background-color css

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

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

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

border-color css

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

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

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