Html Css Color HEX #BC5710 Tenne (Tawny)

📋 copy color: '#BC5710'

red 188 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #BC5710

Tints of Tenne (Tawny) #BC5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 64.6%
G = 29.9%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5710 (or 0xBC5710) is known color: Tenne (Tawny). HEX triplet: BC, 57 and 10. RGB value is (188,87,16). Sum of RGB (Red+Green+Blue) = 188+87+16=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5710 is #43A8EF. Grayscale: #6D6D6D. Windows color (decimal): -4434160 or 1071036. OLE color: 1071036.

HSL color Cylindrical-coordinate representation of color #BC5710: hue angle of 24.77º 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 #BC5710 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 16 -
CMYK 0 0.54 0.91 0.26
HSL 24.77º 0.84% 0.4% -
HSV(B) 24.77º 0.91% 0.74% -
XYZ 24.24 17.55 2.6 -
YUV 109.11 75.46 184.27 -
System Red Green Blue C M Y K H S L
Decimal 188 87 16 0 0.54 0.91 0.26 24.77 0.84 0.4
Hex BC 57 10 0 36 5B 1A 19 54 28
Octal 274 127 20 0 66 133 32 31 124 50
Binary 10111100 1010111 10000 0 110110 1011011 11010 11001 1010100 101000

Color Harmonies of #BC5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5710

Black with #BC5710

Text Example


Text Example

White with #BC5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5710; }

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

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

background-color css

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

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

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

border-color css

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

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

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