Html Css Color HEX #BF5305 Tenne (Tawny)

📋 copy color: '#BF5305'

red 191 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #BF5305

Tints of Tenne (Tawny) #BF5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 68.46%
G = 29.75%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF5305 (or 0xBF5305) is known color: Tenne (Tawny). HEX triplet: BF, 53 and 05. RGB value is (191,83,5). Sum of RGB (Red+Green+Blue) = 191+83+5=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5305 is #40ACFA. Grayscale: #6A6A6A. Windows color (decimal): -4238587 or 349119. OLE color: 349119.

HSL color Cylindrical-coordinate representation of color #BF5305: hue angle of 25.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF5305 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 5 -
CMYK 0 0.57 0.97 0.25
HSL 25.16º 0.95% 0.38% -
HSV(B) 25.16º 0.97% 0.75% -
XYZ 24.61 17.27 2.18 -
YUV 106.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 191 83 5 0 0.57 0.97 0.25 25.16 0.95 0.38
Hex BF 53 5 0 39 61 19 19 5F 26
Octal 277 123 5 0 71 141 31 31 137 46
Binary 10111111 1010011 101 0 111001 1100001 11001 11001 1011111 100110

Color Harmonies of #BF5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5305

Black with #BF5305

Text Example


Text Example

White with #BF5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5305; }

 p { color: rgb(191,83,5); }

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

background-color css

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

 a { background-color: rgb(191,83,5); }

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

border-color css

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

 span { border-color: rgb(191,83,5); }

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