Html Css Color HEX #BC5810 Tenne (Tawny)

📋 copy color: '#BC5810'

red 188 ◦ green 88 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5810

Tints of Tenne (Tawny) #BC5810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 64.38%
G = 30.14%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5810 (or 0xBC5810) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 10. RGB value is (188,88,16). Sum of RGB (Red+Green+Blue) = 188+88+16=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5810 is #43A7EF. Grayscale: #6E6E6E. Windows color (decimal): -4433904 or 1071292. OLE color: 1071292.

HSL color Cylindrical-coordinate representation of color #BC5810: hue angle of 25.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC5810 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 16 -
CMYK 0 0.53 0.91 0.26
HSL 25.12º 0.84% 0.4% -
HSV(B) 25.12º 0.91% 0.74% -
XYZ 24.32 17.71 2.63 -
YUV 109.69 75.13 183.85 -
System Red Green Blue C M Y K H S L
Decimal 188 88 16 0 0.53 0.91 0.26 25.12 0.84 0.4
Hex BC 58 10 0 35 5B 1A 19 54 28
Octal 274 130 20 0 65 133 32 31 124 50
Binary 10111100 1011000 10000 0 110101 1011011 11010 11001 1010100 101000

Color Harmonies of #BC5810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5810

Black with #BC5810

Text Example


Text Example

White with #BC5810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5810; }

 p { color: rgb(188,88,16); }

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

background-color css

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

 a { background-color: rgb(188,88,16); }

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

border-color css

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

 span { border-color: rgb(188,88,16); }

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