Html Css Color HEX #BF5303 Tenne (Tawny)

📋 copy color: '#BF5303'

red 191 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #BF5303

Tints of Tenne (Tawny) #BF5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 68.95%
G = 29.96%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF5303 (or 0xBF5303) is known color: Tenne (Tawny). HEX triplet: BF, 53 and 03. RGB value is (191,83,3). Sum of RGB (Red+Green+Blue) = 191+83+3=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5303 is #40ACFC. Grayscale: #6A6A6A. Windows color (decimal): -4238589 or 218047. OLE color: 218047.

HSL color Cylindrical-coordinate representation of color #BF5303: hue angle of 25.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF5303 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 3 -
CMYK 0 0.57 0.98 0.25
HSL 25.53º 0.97% 0.38% -
HSV(B) 25.53º 0.98% 0.75% -
XYZ 24.6 17.27 2.12 -
YUV 106.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 191 83 3 0 0.57 0.98 0.25 25.53 0.97 0.38
Hex BF 53 3 0 39 62 19 1A 61 26
Octal 277 123 3 0 71 142 31 32 141 46
Binary 10111111 1010011 11 0 111001 1100010 11001 11010 1100001 100110

Color Harmonies of #BF5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5303

Black with #BF5303

Text Example


Text Example

White with #BF5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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