Html Css Color HEX #BC5105 Tenne (Tawny)

📋 copy color: '#BC5105'

red 188 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #BC5105

Tints of Tenne (Tawny) #BC5105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 68.61%
G = 29.56%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC5105 (or 0xBC5105) is known color: Tenne (Tawny). HEX triplet: BC, 51 and 05. RGB value is (188,81,5). Sum of RGB (Red+Green+Blue) = 188+81+5=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5105 is #43AEFA. Grayscale: #686868. Windows color (decimal): -4435707 or 348604. OLE color: 348604.

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

Color convert

RGB 188 81 5 -
CMYK 0 0.57 0.97 0.26
HSL 24.92º 0.95% 0.38% -
HSV(B) 24.92º 0.97% 0.74% -
XYZ 23.71 16.59 2.1 -
YUV 104.33 71.95 187.68 -
System Red Green Blue C M Y K H S L
Decimal 188 81 5 0 0.57 0.97 0.26 24.92 0.95 0.38
Hex BC 51 5 0 39 61 1A 19 5F 26
Octal 274 121 5 0 71 141 32 31 137 46
Binary 10111100 1010001 101 0 111001 1100001 11010 11001 1011111 100110

Color Harmonies of #BC5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5105

Black with #BC5105

Text Example


Text Example

White with #BC5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5105; }

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

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

background-color css

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

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

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

border-color css

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

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

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