Html Css Color HEX #BC5B13 Tenne (Tawny)

📋 copy color: '#BC5B13'

red 188 ◦ green 91 ◦ blue 19

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

Shades of Tenne (Tawny) #BC5B13

Tints of Tenne (Tawny) #BC5B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.54%

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 63.09%
G = 30.54%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5B13 (or 0xBC5B13) is known color: Tenne (Tawny). HEX triplet: BC, 5B and 13. RGB value is (188,91,19). Sum of RGB (Red+Green+Blue) = 188+91+19=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5B13 is #43A4EC. Grayscale: #707070. Windows color (decimal): -4433133 or 1268668. OLE color: 1268668.

HSL color Cylindrical-coordinate representation of color #BC5B13: hue angle of 25.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5B13 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 19 -
CMYK 0 0.52 0.90 0.26
HSL 25.56º 0.82% 0.41% -
HSV(B) 25.56º 0.9% 0.74% -
XYZ 24.6 18.22 2.84 -
YUV 111.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 188 91 19 0 0.52 0.90 0.26 25.56 0.82 0.41
Hex BC 5B 13 0 34 5A 1A 1A 52 29
Octal 274 133 23 0 64 132 32 32 122 51
Binary 10111100 1011011 10011 0 110100 1011010 11010 11010 1010010 101001

Color Harmonies of #BC5B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B13

Black with #BC5B13

Text Example


Text Example

White with #BC5B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B13; }

 p { color: rgb(188,91,19); }

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

background-color css

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

 a { background-color: rgb(188,91,19); }

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

border-color css

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

 span { border-color: rgb(188,91,19); }

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