Html Css Color HEX #BC5005 Tenne (Tawny)

📋 copy color: '#BC5005'

red 188 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #BC5005

Tints of Tenne (Tawny) #BC5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 68.86%
G = 29.3%
B = 1.83%

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

#BC5005 (or 0xBC5005) is known color: Tenne (Tawny). HEX triplet: BC, 50 and 05. RGB value is (188,80,5). Sum of RGB (Red+Green+Blue) = 188+80+5=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5005 is #43AFFA. Grayscale: #686868. Windows color (decimal): -4435963 or 348348. OLE color: 348348.

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

Color convert

RGB 188 80 5 -
CMYK 0 0.57 0.97 0.26
HSL 24.59º 0.95% 0.38% -
HSV(B) 24.59º 0.97% 0.74% -
XYZ 23.64 16.44 2.07 -
YUV 103.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 188 80 5 0 0.57 0.97 0.26 24.59 0.95 0.38
Hex BC 50 5 0 39 61 1A 19 5F 26
Octal 274 120 5 0 71 141 32 31 137 46
Binary 10111100 1010000 101 0 111001 1100001 11010 11001 1011111 100110

Color Harmonies of #BC5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5005

Black with #BC5005

Text Example


Text Example

White with #BC5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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