Html Css Color HEX #BF5304 Tenne (Tawny)

📋 copy color: '#BF5304'

red 191 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #BF5304

Tints of Tenne (Tawny) #BF5304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 68.71%
G = 29.86%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF5304 (or 0xBF5304) is known color: Tenne (Tawny). HEX triplet: BF, 53 and 04. RGB value is (191,83,4). Sum of RGB (Red+Green+Blue) = 191+83+4=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5304 is #40ACFB. Grayscale: #6A6A6A. Windows color (decimal): -4238588 or 283583. OLE color: 283583.

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

Color convert

RGB 191 83 4 -
CMYK 0 0.57 0.98 0.25
HSL 25.35º 0.96% 0.38% -
HSV(B) 25.35º 0.98% 0.75% -
XYZ 24.6 17.27 2.15 -
YUV 106.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 191 83 4 0 0.57 0.98 0.25 25.35 0.96 0.38
Hex BF 53 4 0 39 62 19 19 60 26
Octal 277 123 4 0 71 142 31 31 140 46
Binary 10111111 1010011 100 0 111001 1100010 11001 11001 1100000 100110

Color Harmonies of #BF5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5304

Black with #BF5304

Text Example


Text Example

White with #BF5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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