Html Css Color HEX #BC5F0D Tenne (Tawny)

📋 copy color: '#BC5F0D'

red 188 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #BC5F0D

Tints of Tenne (Tawny) #BC5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 63.51%
G = 32.09%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC5F0D (or 0xBC5F0D) is known color: Tenne (Tawny). HEX triplet: BC, 5F and 0D. RGB value is (188,95,13). Sum of RGB (Red+Green+Blue) = 188+95+13=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5F0D is #43A0F2. Grayscale: #717171. Windows color (decimal): -4432115 or 876476. OLE color: 876476.

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

Color convert

RGB 188 95 13 -
CMYK 0 0.49 0.93 0.26
HSL 28.11º 0.87% 0.39% -
HSV(B) 28.11º 0.93% 0.74% -
XYZ 24.9 18.9 2.72 -
YUV 113.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 188 95 13 0 0.49 0.93 0.26 28.11 0.87 0.39
Hex BC 5F D 0 31 5D 1A 1C 57 27
Octal 274 137 15 0 61 135 32 34 127 47
Binary 10111100 1011111 1101 0 110001 1011101 11010 11100 1010111 100111

Color Harmonies of #BC5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F0D

Black with #BC5F0D

Text Example


Text Example

White with #BC5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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