Html Css Color HEX #BC5C0A Tenne (Tawny)

📋 copy color: '#BC5C0A'

red 188 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #BC5C0A

Tints of Tenne (Tawny) #BC5C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.45%

R = 64.83%
G = 31.72%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC5C0A (or 0xBC5C0A) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 0A. RGB value is (188,92,10). Sum of RGB (Red+Green+Blue) = 188+92+10=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C0A is #43A3F5. Grayscale: #6F6F6F. Windows color (decimal): -4432886 or 679100. OLE color: 679100.

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

Color convert

RGB 188 92 10 -
CMYK 0 0.51 0.95 0.26
HSL 27.64º 0.9% 0.39% -
HSV(B) 27.64º 0.95% 0.74% -
XYZ 24.62 18.37 2.53 -
YUV 111.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 188 92 10 0 0.51 0.95 0.26 27.64 0.9 0.39
Hex BC 5C A 0 33 5F 1A 1C 5A 27
Octal 274 134 12 0 63 137 32 34 132 47
Binary 10111100 1011100 1010 0 110011 1011111 11010 11100 1011010 100111

Color Harmonies of #BC5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C0A

Black with #BC5C0A

Text Example


Text Example

White with #BC5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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