Html Css Color HEX #BC5C07 Tenne (Tawny)

📋 copy color: '#BC5C07'

red 188 ◦ green 92 ◦ blue 7

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

Shades of Tenne (Tawny) #BC5C07

Tints of Tenne (Tawny) #BC5C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

 BLUE value IS 7 (3.13% from 255) = 2.44%

R = 65.51%
G = 32.06%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5C07 (or 0xBC5C07) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 07. RGB value is (188,92,7). Sum of RGB (Red+Green+Blue) = 188+92+7=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C07 is #43A3F8. Grayscale: #6F6F6F. Windows color (decimal): -4432889 or 482492. OLE color: 482492.

HSL color Cylindrical-coordinate representation of color #BC5C07: hue angle of 28.18º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC5C07 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 92 7 -
CMYK 0 0.51 0.96 0.26
HSL 28.18º 0.93% 0.38% -
HSV(B) 28.18º 0.96% 0.74% -
XYZ 24.6 18.36 2.45 -
YUV 111.01 69.3 182.91 -
System Red Green Blue C M Y K H S L
Decimal 188 92 7 0 0.51 0.96 0.26 28.18 0.93 0.38
Hex BC 5C 7 0 33 60 1A 1C 5D 26
Octal 274 134 7 0 63 140 32 34 135 46
Binary 10111100 1011100 111 0 110011 1100000 11010 11100 1011101 100110

Color Harmonies of #BC5C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C07

Black with #BC5C07

Text Example


Text Example

White with #BC5C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C07; }

 p { color: rgb(188,92,7); }

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

background-color css

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

 a { background-color: rgb(188,92,7); }

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

border-color css

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

 span { border-color: rgb(188,92,7); }

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