Html Css Color HEX #BC5802 Tenne (Tawny)

📋 copy color: '#BC5802'

red 188 ◦ green 88 ◦ blue 2

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

Shades of Tenne (Tawny) #BC5802

Tints of Tenne (Tawny) #BC5802

RGB

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

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

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

R = 67.63%
G = 31.65%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5802 (or 0xBC5802) is known color: Tenne (Tawny). HEX triplet: BC, 58 and 02. RGB value is (188,88,2). Sum of RGB (Red+Green+Blue) = 188+88+2=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5802 is #43A7FD. Grayscale: #6C6C6C. Windows color (decimal): -4433918 or 153788. OLE color: 153788.

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

Color convert

RGB 188 88 2 -
CMYK 0 0.53 0.99 0.26
HSL 27.74º 0.98% 0.37% -
HSV(B) 27.74º 0.99% 0.74% -
XYZ 24.24 17.68 2.19 -
YUV 108.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 188 88 2 0 0.53 0.99 0.26 27.74 0.98 0.37
Hex BC 58 2 0 35 63 1A 1C 62 25
Octal 274 130 2 0 65 143 32 34 142 45
Binary 10111100 1011000 10 0 110101 1100011 11010 11100 1100010 100101

Color Harmonies of #BC5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5802

Black with #BC5802

Text Example


Text Example

White with #BC5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5802; }

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

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

background-color css

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

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

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

border-color css

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

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

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