Html Css Color HEX #BF4A00 Tenne (Tawny)

📋 copy color: '#BF4A00'

red 191 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #BF4A00

Tints of Tenne (Tawny) #BF4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 72.08%
G = 27.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF4A00 (or 0xBF4A00) is known color: Tenne (Tawny). HEX triplet: BF, 4A and 00. RGB value is (191,74,0). Sum of RGB (Red+Green+Blue) = 191+74+0=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A00 is #40B5FF. Grayscale: #646464. Windows color (decimal): -4240896 or 19135. OLE color: 19135.

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

Color convert

RGB 191 74 0 -
CMYK 0 0.61 1 0.25
HSL 23.25º 1% 0.37% -
HSV(B) 23.25º 1% 0.75% -
XYZ 23.93 15.97 1.82 -
YUV 100.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 191 74 0 0 0.61 1 0.25 23.25 1 0.37
Hex BF 4A 0 0 3D 64 19 17 64 25
Octal 277 112 0 0 75 144 31 27 144 45
Binary 10111111 1001010 0 0 111101 1100100 11001 10111 1100100 100101

Color Harmonies of #BF4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A00

Black with #BF4A00

Text Example


Text Example

White with #BF4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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