Html Css Color HEX #BC4E00 Tenne (Tawny)

📋 copy color: '#BC4E00'

red 188 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #BC4E00

Tints of Tenne (Tawny) #BC4E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.68%
G = 29.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC4E00 (or 0xBC4E00) is known color: Tenne (Tawny). HEX triplet: BC, 4E and 00. RGB value is (188,78,0). Sum of RGB (Red+Green+Blue) = 188+78+0=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E00 is #43B1FF. Grayscale: #666666. Windows color (decimal): -4436480 or 20156. OLE color: 20156.

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

Color convert

RGB 188 78 0 -
CMYK 0 0.59 1 0.26
HSL 24.89º 1% 0.37% -
HSV(B) 24.89º 1% 0.74% -
XYZ 23.46 16.14 1.88 -
YUV 102 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 188 78 0 0 0.59 1 0.26 24.89 1 0.37
Hex BC 4E 0 0 3B 64 1A 19 64 25
Octal 274 116 0 0 73 144 32 31 144 45
Binary 10111100 1001110 0 0 111011 1100100 11010 11001 1100100 100101

Color Harmonies of #BC4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E00

Black with #BC4E00

Text Example


Text Example

White with #BC4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E00; }

 p { color: rgb(188,78,0); }

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

background-color css

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

 a { background-color: rgb(188,78,0); }

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

border-color css

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

 span { border-color: rgb(188,78,0); }

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