Html Css Color HEX #BC5602 Tenne (Tawny)

📋 copy color: '#BC5602'

red 188 ◦ green 86 ◦ blue 2

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

Shades of Tenne (Tawny) #BC5602

Tints of Tenne (Tawny) #BC5602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 68.12%
G = 31.16%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5602 (or 0xBC5602) is known color: Tenne (Tawny). HEX triplet: BC, 56 and 02. RGB value is (188,86,2). Sum of RGB (Red+Green+Blue) = 188+86+2=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5602 is #43A9FD. Grayscale: #6B6B6B. Windows color (decimal): -4434430 or 153276. OLE color: 153276.

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

Color convert

RGB 188 86 2 -
CMYK 0 0.54 0.99 0.26
HSL 27.1º 0.98% 0.37% -
HSV(B) 27.1º 0.99% 0.74% -
XYZ 24.08 17.35 2.14 -
YUV 106.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 188 86 2 0 0.54 0.99 0.26 27.1 0.98 0.37
Hex BC 56 2 0 36 63 1A 1B 62 25
Octal 274 126 2 0 66 143 32 33 142 45
Binary 10111100 1010110 10 0 110110 1100011 11010 11011 1100010 100101

Color Harmonies of #BC5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5602

Black with #BC5602

Text Example


Text Example

White with #BC5602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5602; }

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

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

background-color css

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

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

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

border-color css

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

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

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