Html Css Color HEX #BC5102 Tenne (Tawny)

📋 copy color: '#BC5102'

red 188 ◦ green 81 ◦ blue 2

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

Shades of Tenne (Tawny) #BC5102

Tints of Tenne (Tawny) #BC5102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 69.37%
G = 29.89%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5102 (or 0xBC5102) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 02. RGB value is (188,81,2). Sum of RGB (Red+Green+Blue) = 188+81+2=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5102 is #43AEFD. Grayscale: #686868. Windows color (decimal): -4435710 or 151996. OLE color: 151996.

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

Color convert

RGB 188 81 2 -
CMYK 0 0.57 0.99 0.26
HSL 25.48º 0.98% 0.37% -
HSV(B) 25.48º 0.99% 0.74% -
XYZ 23.69 16.58 2.01 -
YUV 103.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 188 81 2 0 0.57 0.99 0.26 25.48 0.98 0.37
Hex BC 51 2 0 39 63 1A 19 62 25
Octal 274 121 2 0 71 143 32 31 142 45
Binary 10111100 1010001 10 0 111001 1100011 11010 11001 1100010 100101

Color Harmonies of #BC5102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5102

Black with #BC5102

Text Example


Text Example

White with #BC5102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5102; }

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

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

background-color css

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

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

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

border-color css

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

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

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