Html Css Color HEX #BF4C01 Tenne (Tawny)

📋 copy color: '#BF4C01'

red 191 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #BF4C01

Tints of Tenne (Tawny) #BF4C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 71.27%
G = 28.36%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF4C01 (or 0xBF4C01) is known color: Tenne (Tawny). HEX triplet: BF, 4C and 01. RGB value is (191,76,1). Sum of RGB (Red+Green+Blue) = 191+76+1=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C01 is #40B3FE. Grayscale: #666666. Windows color (decimal): -4240383 or 85183. OLE color: 85183.

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

Color convert

RGB 191 76 1 -
CMYK 0 0.60 0.99 0.25
HSL 23.68º 0.99% 0.38% -
HSV(B) 23.68º 0.99% 0.75% -
XYZ 24.08 16.25 1.9 -
YUV 101.84 71.1 191.6 -
System Red Green Blue C M Y K H S L
Decimal 191 76 1 0 0.60 0.99 0.25 23.68 0.99 0.38
Hex BF 4C 1 0 3C 63 19 18 63 26
Octal 277 114 1 0 74 143 31 30 143 46
Binary 10111111 1001100 1 0 111100 1100011 11001 11000 1100011 100110

Color Harmonies of #BF4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C01

Black with #BF4C01

Text Example


Text Example

White with #BF4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C01; }

 p { color: rgb(191,76,1); }

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

background-color css

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

 a { background-color: rgb(191,76,1); }

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

border-color css

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

 span { border-color: rgb(191,76,1); }

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