Html Css Color HEX #BF5302 Tenne (Tawny)

📋 copy color: '#BF5302'

red 191 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #BF5302

Tints of Tenne (Tawny) #BF5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 69.2%
G = 30.07%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF5302 (or 0xBF5302) is known color: Tenne (Tawny). HEX triplet: BF, 53 and 02. RGB value is (191,83,2). Sum of RGB (Red+Green+Blue) = 191+83+2=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5302 is #40ACFD. Grayscale: #6A6A6A. Windows color (decimal): -4238590 or 152511. OLE color: 152511.

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

Color convert

RGB 191 83 2 -
CMYK 0 0.57 0.99 0.25
HSL 25.71º 0.98% 0.38% -
HSV(B) 25.71º 0.99% 0.75% -
XYZ 24.59 17.27 2.09 -
YUV 106.06 69.28 188.59 -
System Red Green Blue C M Y K H S L
Decimal 191 83 2 0 0.57 0.99 0.25 25.71 0.98 0.38
Hex BF 53 2 0 39 63 19 1A 62 26
Octal 277 123 2 0 71 143 31 32 142 46
Binary 10111111 1010011 10 0 111001 1100011 11001 11010 1100010 100110

Color Harmonies of #BF5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5302

Black with #BF5302

Text Example


Text Example

White with #BF5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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