Html Css Color HEX #BC4D00 Tenne (Tawny)

📋 copy color: '#BC4D00'

red 188 ◦ green 77 ◦ blue 0

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

Shades of Tenne (Tawny) #BC4D00

Tints of Tenne (Tawny) #BC4D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

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

R = 70.94%
G = 29.06%
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

#BC4D00 (or 0xBC4D00) is known color: Tenne (Tawny). HEX triplet: BC, 4D and 00. RGB value is (188,77,0). Sum of RGB (Red+Green+Blue) = 188+77+0=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D00 is #43B2FF. Grayscale: #656565. Windows color (decimal): -4436736 or 19900. OLE color: 19900.

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

Color convert

RGB 188 77 0 -
CMYK 0 0.59 1 0.26
HSL 24.57º 1% 0.37% -
HSV(B) 24.57º 1% 0.74% -
XYZ 23.39 16 1.86 -
YUV 101.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 188 77 0 0 0.59 1 0.26 24.57 1 0.37
Hex BC 4D 0 0 3B 64 1A 19 64 25
Octal 274 115 0 0 73 144 32 31 144 45
Binary 10111100 1001101 0 0 111011 1100100 11010 11001 1100100 100101

Color Harmonies of #BC4D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D00

Black with #BC4D00

Text Example


Text Example

White with #BC4D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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