Html Css Color HEX #BC5608 Tenne (Tawny)

📋 copy color: '#BC5608'

red 188 ◦ green 86 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5608

Tints of Tenne (Tawny) #BC5608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 66.67%
G = 30.5%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5608 (or 0xBC5608) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 08. RGB value is (188,86,8). Sum of RGB (Red+Green+Blue) = 188+86+8=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5608 is #43A9F7. Grayscale: #6C6C6C. Windows color (decimal): -4434424 or 546492. OLE color: 546492.

HSL color Cylindrical-coordinate representation of color #BC5608: hue angle of 26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5608 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 8 -
CMYK 0 0.54 0.96 0.26
HSL 26º 0.92% 0.38% -
HSV(B) 26º 0.96% 0.74% -
XYZ 24.11 17.36 2.31 -
YUV 107.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 188 86 8 0 0.54 0.96 0.26 26 0.92 0.38
Hex BC 56 8 0 36 60 1A 1A 5C 26
Octal 274 126 10 0 66 140 32 32 134 46
Binary 10111100 1010110 1000 0 110110 1100000 11010 11010 1011100 100110

Color Harmonies of #BC5608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5608

Black with #BC5608

Text Example


Text Example

White with #BC5608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5608; }

 p { color: rgb(188,86,8); }

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

background-color css

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

 a { background-color: rgb(188,86,8); }

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

border-color css

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

 span { border-color: rgb(188,86,8); }

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