Html Css Color HEX #BF5E03 Tenne (Tawny)

📋 copy color: '#BF5E03'

red 191 ◦ green 94 ◦ blue 3

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

Shades of Tenne (Tawny) #BF5E03

Tints of Tenne (Tawny) #BF5E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 66.32%
G = 32.64%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF5E03 (or 0xBF5E03) is known color: Tenne (Tawny). HEX triplet: BF, 5E and 03. RGB value is (191,94,3). Sum of RGB (Red+Green+Blue) = 191+94+3=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E03 is #40A1FC. Grayscale: #717171. Windows color (decimal): -4235773 or 220863. OLE color: 220863.

HSL color Cylindrical-coordinate representation of color #BF5E03: hue angle of 29.04º degrees, saturation: 0.97, 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 #BF5E03 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 94 3 -
CMYK 0 0.51 0.98 0.25
HSL 29.04º 0.97% 0.38% -
HSV(B) 29.04º 0.98% 0.75% -
XYZ 25.51 19.09 2.43 -
YUV 112.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 191 94 3 0 0.51 0.98 0.25 29.04 0.97 0.38
Hex BF 5E 3 0 33 62 19 1D 61 26
Octal 277 136 3 0 63 142 31 35 141 46
Binary 10111111 1011110 11 0 110011 1100010 11001 11101 1100001 100110

Color Harmonies of #BF5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E03

Black with #BF5E03

Text Example


Text Example

White with #BF5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E03; }

 p { color: rgb(191,94,3); }

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

background-color css

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

 a { background-color: rgb(191,94,3); }

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

border-color css

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

 span { border-color: rgb(191,94,3); }

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