Html Css Color HEX #BF5002 Tenne (Tawny)

📋 copy color: '#BF5002'

red 191 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #BF5002

Tints of Tenne (Tawny) #BF5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 69.96%
G = 29.3%
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

#BF5002 (or 0xBF5002) is known color: Tenne (Tawny). HEX triplet: BF, 50 and 02. RGB value is (191,80,2). Sum of RGB (Red+Green+Blue) = 191+80+2=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5002 is #40AFFD. Grayscale: #686868. Windows color (decimal): -4239358 or 151743. OLE color: 151743.

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

Color convert

RGB 191 80 2 -
CMYK 0 0.58 0.99 0.25
HSL 24.76º 0.98% 0.38% -
HSV(B) 24.76º 0.99% 0.75% -
XYZ 24.37 16.82 2.02 -
YUV 104.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 191 80 2 0 0.58 0.99 0.25 24.76 0.98 0.38
Hex BF 50 2 0 3A 63 19 19 62 26
Octal 277 120 2 0 72 143 31 31 142 46
Binary 10111111 1010000 10 0 111010 1100011 11001 11001 1100010 100110

Color Harmonies of #BF5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5002

Black with #BF5002

Text Example


Text Example

White with #BF5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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