Html Css Color HEX #BC550D Tenne (Tawny)

📋 copy color: '#BC550D'

red 188 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #BC550D

Tints of Tenne (Tawny) #BC550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 65.73%
G = 29.72%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC550D (or 0xBC550D) is known color: Tenne (Tawny). HEX triplet: BC, 55 and 0D. RGB value is (188,85,13). Sum of RGB (Red+Green+Blue) = 188+85+13=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC550D is #43AAF2. Grayscale: #6B6B6B. Windows color (decimal): -4434675 or 873916. OLE color: 873916.

HSL color Cylindrical-coordinate representation of color #BC550D: hue angle of 24.69º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC550D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 13 -
CMYK 0 0.55 0.93 0.26
HSL 24.69º 0.87% 0.39% -
HSV(B) 24.69º 0.93% 0.74% -
XYZ 24.06 17.22 2.44 -
YUV 107.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 188 85 13 0 0.55 0.93 0.26 24.69 0.87 0.39
Hex BC 55 D 0 37 5D 1A 19 57 27
Octal 274 125 15 0 67 135 32 31 127 47
Binary 10111100 1010101 1101 0 110111 1011101 11010 11001 1010111 100111

Color Harmonies of #BC550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC550D

Black with #BC550D

Text Example


Text Example

White with #BC550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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