Html Css Color HEX #BC5603 Tenne (Tawny)

📋 copy color: '#BC5603'

red 188 ◦ green 86 ◦ blue 3

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

Shades of Tenne (Tawny) #BC5603

Tints of Tenne (Tawny) #BC5603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 67.87%
G = 31.05%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC5603 (or 0xBC5603) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 03. RGB value is (188,86,3). Sum of RGB (Red+Green+Blue) = 188+86+3=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5603 is #43A9FC. Grayscale: #6B6B6B. Windows color (decimal): -4434429 or 218812. OLE color: 218812.

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

Color convert

RGB 188 86 3 -
CMYK 0 0.54 0.98 0.26
HSL 26.92º 0.97% 0.37% -
HSV(B) 26.92º 0.98% 0.74% -
XYZ 24.08 17.35 2.17 -
YUV 107.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 188 86 3 0 0.54 0.98 0.26 26.92 0.97 0.37
Hex BC 56 3 0 36 62 1A 1B 61 25
Octal 274 126 3 0 66 142 32 33 141 45
Binary 10111100 1010110 11 0 110110 1100010 11010 11011 1100001 100101

Color Harmonies of #BC5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5603

Black with #BC5603

Text Example


Text Example

White with #BC5603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5603; }

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

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

background-color css

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

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

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

border-color css

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

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

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