Html Css Color HEX #BC5200 Tenne (Tawny)

📋 copy color: '#BC5200'

red 188 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5200

Tints of Tenne (Tawny) #BC5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.63%
G = 30.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC5200 (or 0xBC5200) is known color: Tenne (Tawny). HEX triplet: BC, 52 and 00. RGB value is (188,82,0). Sum of RGB (Red+Green+Blue) = 188+82+0=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5200 is #43ADFF. Grayscale: #686868. Windows color (decimal): -4435456 or 21180. OLE color: 21180.

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

Color convert

RGB 188 82 0 -
CMYK 0 0.56 1 0.26
HSL 26.17º 1% 0.37% -
HSV(B) 26.17º 1% 0.74% -
XYZ 23.76 16.73 1.98 -
YUV 104.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 188 82 0 0 0.56 1 0.26 26.17 1 0.37
Hex BC 52 0 0 38 64 1A 1A 64 25
Octal 274 122 0 0 70 144 32 32 144 45
Binary 10111100 1010010 0 0 111000 1100100 11010 11010 1100100 100101

Color Harmonies of #BC5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5200

Black with #BC5200

Text Example


Text Example

White with #BC5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5200; }

 p { color: rgb(188,82,0); }

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

background-color css

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

 a { background-color: rgb(188,82,0); }

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

border-color css

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

 span { border-color: rgb(188,82,0); }

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