Html Css Color HEX #BC5700 Tenne (Tawny)

📋 copy color: '#BC5700'

red 188 ◦ green 87 ◦ blue 0

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

Shades of Tenne (Tawny) #BC5700

Tints of Tenne (Tawny) #BC5700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

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

R = 68.36%
G = 31.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC5700 (or 0xBC5700) is known color: Tenne (Tawny). HEX triplet: BC, 57 and 00. RGB value is (188,87,0). Sum of RGB (Red+Green+Blue) = 188+87+0=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5700 is #43A8FF. Grayscale: #6B6B6B. Windows color (decimal): -4434176 or 22460. OLE color: 22460.

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

Color convert

RGB 188 87 0 -
CMYK 0 0.54 1 0.26
HSL 27.77º 1% 0.37% -
HSV(B) 27.77º 1% 0.74% -
XYZ 24.15 17.51 2.11 -
YUV 107.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 188 87 0 0 0.54 1 0.26 27.77 1 0.37
Hex BC 57 0 0 36 64 1A 1C 64 25
Octal 274 127 0 0 66 144 32 34 144 45
Binary 10111100 1010111 0 0 110110 1100100 11010 11100 1100100 100101

Color Harmonies of #BC5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5700

Black with #BC5700

Text Example


Text Example

White with #BC5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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