Html Css Color HEX #BF5102 Tenne (Tawny)

📋 copy color: '#BF5102'

red 191 ◦ green 81 ◦ blue 2

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

Shades of Tenne (Tawny) #BF5102

Tints of Tenne (Tawny) #BF5102

RGB

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

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

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

R = 69.71%
G = 29.56%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF5102 (or 0xBF5102) is known color: Tenne (Tawny). HEX triplet: BF, 51 and 02. RGB value is (191,81,2). Sum of RGB (Red+Green+Blue) = 191+81+2=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5102 is #40AEFD. Grayscale: #696969. Windows color (decimal): -4239102 or 151999. OLE color: 151999.

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

Color convert

RGB 191 81 2 -
CMYK 0 0.58 0.99 0.25
HSL 25.08º 0.98% 0.38% -
HSV(B) 25.08º 0.99% 0.75% -
XYZ 24.44 16.97 2.04 -
YUV 104.88 69.94 189.42 -
System Red Green Blue C M Y K H S L
Decimal 191 81 2 0 0.58 0.99 0.25 25.08 0.98 0.38
Hex BF 51 2 0 3A 63 19 19 62 26
Octal 277 121 2 0 72 143 31 31 142 46
Binary 10111111 1010001 10 0 111010 1100011 11001 11001 1100010 100110

Color Harmonies of #BF5102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5102

Black with #BF5102

Text Example


Text Example

White with #BF5102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5102; }

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

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

background-color css

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

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

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

border-color css

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

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

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