Html Css Color HEX #BC4C00 Tenne (Tawny)

📋 copy color: '#BC4C00'

red 188 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #BC4C00

Tints of Tenne (Tawny) #BC4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.79%

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

R = 71.21%
G = 28.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC4C00 (or 0xBC4C00) is known color: Tenne (Tawny). HEX triplet: BC, 4C and 00. RGB value is (188,76,0). Sum of RGB (Red+Green+Blue) = 188+76+0=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C00 is #43B3FF. Grayscale: #656565. Windows color (decimal): -4436992 or 19644. OLE color: 19644.

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

Color convert

RGB 188 76 0 -
CMYK 0 0.60 1 0.26
HSL 24.26º 1% 0.37% -
HSV(B) 24.26º 1% 0.74% -
XYZ 23.32 15.86 1.83 -
YUV 100.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 188 76 0 0 0.60 1 0.26 24.26 1 0.37
Hex BC 4C 0 0 3C 64 1A 18 64 25
Octal 274 114 0 0 74 144 32 30 144 45
Binary 10111100 1001100 0 0 111100 1100100 11010 11000 1100100 100101

Color Harmonies of #BC4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C00

Black with #BC4C00

Text Example


Text Example

White with #BC4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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