Html Css Color HEX #BC5C0D Tenne (Tawny)

📋 copy color: '#BC5C0D'

red 188 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #BC5C0D

Tints of Tenne (Tawny) #BC5C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 64.16%
G = 31.4%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC5C0D (or 0xBC5C0D) is known color: Tenne (Tawny). HEX triplet: BC, 5C and 0D. RGB value is (188,92,13). Sum of RGB (Red+Green+Blue) = 188+92+13=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5C0D is #43A3F2. Grayscale: #707070. Windows color (decimal): -4432883 or 875708. OLE color: 875708.

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

Color convert

RGB 188 92 13 -
CMYK 0 0.51 0.93 0.26
HSL 27.09º 0.87% 0.39% -
HSV(B) 27.09º 0.93% 0.74% -
XYZ 24.64 18.37 2.63 -
YUV 111.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 188 92 13 0 0.51 0.93 0.26 27.09 0.87 0.39
Hex BC 5C D 0 33 5D 1A 1B 57 27
Octal 274 134 15 0 63 135 32 33 127 47
Binary 10111100 1011100 1101 0 110011 1011101 11010 11011 1010111 100111

Color Harmonies of #BC5C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C0D

Black with #BC5C0D

Text Example


Text Example

White with #BC5C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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