Html Css Color HEX #BC5900 Tenne (Tawny)

📋 copy color: '#BC5900'

red 188 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5900

Tints of Tenne (Tawny) #BC5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

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

R = 67.87%
G = 32.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC5900 (or 0xBC5900) is known color: Tenne (Tawny). HEX triplet: BC, 59 and 00. RGB value is (188,89,0). Sum of RGB (Red+Green+Blue) = 188+89+0=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5900 is #43A6FF. Grayscale: #6C6C6C. Windows color (decimal): -4433664 or 22972. OLE color: 22972.

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

Color convert

RGB 188 89 0 -
CMYK 0 0.53 1 0.26
HSL 28.4º 1% 0.37% -
HSV(B) 28.4º 1% 0.74% -
XYZ 24.31 17.84 2.16 -
YUV 108.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 188 89 0 0 0.53 1 0.26 28.4 1 0.37
Hex BC 59 0 0 35 64 1A 1C 64 25
Octal 274 131 0 0 65 144 32 34 144 45
Binary 10111100 1011001 0 0 110101 1100100 11010 11100 1100100 100101

Color Harmonies of #BC5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5900

Black with #BC5900

Text Example


Text Example

White with #BC5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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