Html Css Color HEX #BF4E02 Tenne (Tawny)

📋 copy color: '#BF4E02'

red 191 ◦ green 78 ◦ blue 2

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

Shades of Tenne (Tawny) #BF4E02

Tints of Tenne (Tawny) #BF4E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 70.48%
G = 28.78%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF4E02 (or 0xBF4E02) is known color: Tenne (Tawny). HEX triplet: BF, 4E and 02. RGB value is (191,78,2). Sum of RGB (Red+Green+Blue) = 191+78+2=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E02 is #40B1FD. Grayscale: #676767. Windows color (decimal): -4239870 or 151231. OLE color: 151231.

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

Color convert

RGB 191 78 2 -
CMYK 0 0.59 0.99 0.25
HSL 24.13º 0.98% 0.38% -
HSV(B) 24.13º 0.99% 0.75% -
XYZ 24.22 16.53 1.97 -
YUV 103.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 191 78 2 0 0.59 0.99 0.25 24.13 0.98 0.38
Hex BF 4E 2 0 3B 63 19 18 62 26
Octal 277 116 2 0 73 143 31 30 142 46
Binary 10111111 1001110 10 0 111011 1100011 11001 11000 1100010 100110

Color Harmonies of #BF4E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E02

Black with #BF4E02

Text Example


Text Example

White with #BF4E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E02; }

 p { color: rgb(191,78,2); }

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

background-color css

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

 a { background-color: rgb(191,78,2); }

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

border-color css

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

 span { border-color: rgb(191,78,2); }

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