Html Css Color HEX #BF5A12 Tenne (Tawny)

📋 copy color: '#BF5A12'

red 191 ◦ green 90 ◦ blue 18

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

Shades of Tenne (Tawny) #BF5A12

Tints of Tenne (Tawny) #BF5A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 63.88%
G = 30.1%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5A12 (or 0xBF5A12) is known color: Tenne (Tawny). HEX triplet: BF, 5A and 12. RGB value is (191,90,18). Sum of RGB (Red+Green+Blue) = 191+90+18=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A12 is #40A5ED. Grayscale: #707070. Windows color (decimal): -4236782 or 1202879. OLE color: 1202879.

HSL color Cylindrical-coordinate representation of color #BF5A12: hue angle of 24.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5A12 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 90 18 -
CMYK 0 0.53 0.91 0.25
HSL 24.97º 0.83% 0.41% -
HSV(B) 24.97º 0.91% 0.75% -
XYZ 25.25 18.43 2.8 -
YUV 111.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 191 90 18 0 0.53 0.91 0.25 24.97 0.83 0.41
Hex BF 5A 12 0 35 5B 19 19 53 29
Octal 277 132 22 0 65 133 31 31 123 51
Binary 10111111 1011010 10010 0 110101 1011011 11001 11001 1010011 101001

Color Harmonies of #BF5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A12

Black with #BF5A12

Text Example


Text Example

White with #BF5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A12; }

 p { color: rgb(191,90,18); }

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

background-color css

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

 a { background-color: rgb(191,90,18); }

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

border-color css

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

 span { border-color: rgb(191,90,18); }

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