Html Css Color HEX #BF510A Tenne (Tawny)

📋 copy color: '#BF510A'

red 191 ◦ green 81 ◦ blue 10

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

Shades of Tenne (Tawny) #BF510A

Tints of Tenne (Tawny) #BF510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 67.73%
G = 28.72%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF510A (or 0xBF510A) is known color: Tenne (Tawny). HEX triplet: BF, 51 and 0A. RGB value is (191,81,10). Sum of RGB (Red+Green+Blue) = 191+81+10=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF510A is #40AEF5. Grayscale: #6A6A6A. Windows color (decimal): -4239094 or 676287. OLE color: 676287.

HSL color Cylindrical-coordinate representation of color #BF510A: hue angle of 23.54º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF510A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 10 -
CMYK 0 0.58 0.95 0.25
HSL 23.54º 0.9% 0.39% -
HSV(B) 23.54º 0.95% 0.75% -
XYZ 24.48 16.98 2.27 -
YUV 105.8 73.94 188.77 -
System Red Green Blue C M Y K H S L
Decimal 191 81 10 0 0.58 0.95 0.25 23.54 0.9 0.39
Hex BF 51 A 0 3A 5F 19 18 5A 27
Octal 277 121 12 0 72 137 31 30 132 47
Binary 10111111 1010001 1010 0 111010 1011111 11001 11000 1011010 100111

Color Harmonies of #BF510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF510A

Black with #BF510A

Text Example


Text Example

White with #BF510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF510A; }

 p { color: rgb(191,81,10); }

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

background-color css

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

 a { background-color: rgb(191,81,10); }

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

border-color css

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

 span { border-color: rgb(191,81,10); }

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