Html Css Color HEX #BF5700 Tenne (Tawny)

📋 copy color: '#BF5700'

red 191 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #BF5700

Tints of Tenne (Tawny) #BF5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

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

R = 68.71%
G = 31.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF5700 (or 0xBF5700) is known color: Tenne (Tawny). HEX triplet: BF, 57 and 00. RGB value is (191,87,0). Sum of RGB (Red+Green+Blue) = 191+87+0=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5700 is #40A8FF. Grayscale: #6C6C6C. Windows color (decimal): -4237568 or 22463. OLE color: 22463.

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

Color convert

RGB 191 87 0 -
CMYK 0 0.54 1 0.25
HSL 27.33º 1% 0.37% -
HSV(B) 27.33º 1% 0.75% -
XYZ 24.89 17.89 2.14 -
YUV 108.18 66.96 187.07 -
System Red Green Blue C M Y K H S L
Decimal 191 87 0 0 0.54 1 0.25 27.33 1 0.37
Hex BF 57 0 0 36 64 19 1B 64 25
Octal 277 127 0 0 66 144 31 33 144 45
Binary 10111111 1010111 0 0 110110 1100100 11001 11011 1100100 100101

Color Harmonies of #BF5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5700

Black with #BF5700

Text Example


Text Example

White with #BF5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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