Html Css Color HEX #BC5301 Tenne (Tawny)

📋 copy color: '#BC5301'

red 188 ◦ green 83 ◦ blue 1

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

Shades of Tenne (Tawny) #BC5301

Tints of Tenne (Tawny) #BC5301

RGB

 RED value IS 188 (73.83% from 255) = 69.12%

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 69.12%
G = 30.51%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5301 (or 0xBC5301) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 01. RGB value is (188,83,1). Sum of RGB (Red+Green+Blue) = 188+83+1=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5301 is #43ACFE. Grayscale: #696969. Windows color (decimal): -4435199 or 86972. OLE color: 86972.

HSL color Cylindrical-coordinate representation of color #BC5301: hue angle of 26.31º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC5301 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 1 -
CMYK 0 0.56 0.99 0.26
HSL 26.31º 0.99% 0.37% -
HSV(B) 26.31º 0.99% 0.74% -
XYZ 23.84 16.88 2.03 -
YUV 105.05 69.29 187.17 -
System Red Green Blue C M Y K H S L
Decimal 188 83 1 0 0.56 0.99 0.26 26.31 0.99 0.37
Hex BC 53 1 0 38 63 1A 1A 63 25
Octal 274 123 1 0 70 143 32 32 143 45
Binary 10111100 1010011 1 0 111000 1100011 11010 11010 1100011 100101

Color Harmonies of #BC5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5301

Black with #BC5301

Text Example


Text Example

White with #BC5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5301; }

 p { color: rgb(188,83,1); }

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

background-color css

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

 a { background-color: rgb(188,83,1); }

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

border-color css

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

 span { border-color: rgb(188,83,1); }

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