Html Css Color HEX #BC5808 Tenne (Tawny)

📋 copy color: '#BC5808'

red 188 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5808

Tints of Tenne (Tawny) #BC5808

RGB

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

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

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

R = 66.2%
G = 30.99%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5808 (or 0xBC5808) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 08. RGB value is (188,88,8). Sum of RGB (Red+Green+Blue) = 188+88+8=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5808 is #43A7F7. Grayscale: #6D6D6D. Windows color (decimal): -4433912 or 547004. OLE color: 547004.

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

Color convert

RGB 188 88 8 -
CMYK 0 0.53 0.96 0.26
HSL 26.67º 0.92% 0.38% -
HSV(B) 26.67º 0.96% 0.74% -
XYZ 24.27 17.69 2.36 -
YUV 108.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 188 88 8 0 0.53 0.96 0.26 26.67 0.92 0.38
Hex BC 58 8 0 35 60 1A 1B 5C 26
Octal 274 130 10 0 65 140 32 33 134 46
Binary 10111100 1011000 1000 0 110101 1100000 11010 11011 1011100 100110

Color Harmonies of #BC5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5808

Black with #BC5808

Text Example


Text Example

White with #BC5808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5808; }

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

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

background-color css

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

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

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

border-color css

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

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

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