Html Css Color HEX #BC5508 Tenne (Tawny)

📋 copy color: '#BC5508'

red 188 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5508

Tints of Tenne (Tawny) #BC5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 66.9%
G = 30.25%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5508 (or 0xBC5508) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 08. RGB value is (188,85,8). Sum of RGB (Red+Green+Blue) = 188+85+8=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5508 is #43AAF7. Grayscale: #6B6B6B. Windows color (decimal): -4434680 or 546236. OLE color: 546236.

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

Color convert

RGB 188 85 8 -
CMYK 0 0.55 0.96 0.26
HSL 25.67º 0.92% 0.38% -
HSV(B) 25.67º 0.96% 0.74% -
XYZ 24.03 17.21 2.28 -
YUV 107.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 188 85 8 0 0.55 0.96 0.26 25.67 0.92 0.38
Hex BC 55 8 0 37 60 1A 1A 5C 26
Octal 274 125 10 0 67 140 32 32 134 46
Binary 10111100 1010101 1000 0 110111 1100000 11010 11010 1011100 100110

Color Harmonies of #BC5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5508

Black with #BC5508

Text Example


Text Example

White with #BC5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5508; }

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

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

background-color css

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

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

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

border-color css

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

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

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