Html Css Color HEX #BC5D08 Tenne (Tawny)

📋 copy color: '#BC5D08'

red 188 ◦ green 93 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5D08

Tints of Tenne (Tawny) #BC5D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 65.05%
G = 32.18%
B = 2.77%

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

#BC5D08 (or 0xBC5D08) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 08. RGB value is (188,93,8). Sum of RGB (Red+Green+Blue) = 188+93+8=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D08 is #43A2F7. Grayscale: #707070. Windows color (decimal): -4432632 or 548284. OLE color: 548284.

HSL color Cylindrical-coordinate representation of color #BC5D08: hue angle of 28.33º degrees, saturation: 0.92, 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 #BC5D08 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 8 -
CMYK 0 0.51 0.96 0.26
HSL 28.33º 0.92% 0.38% -
HSV(B) 28.33º 0.96% 0.74% -
XYZ 24.7 18.54 2.51 -
YUV 111.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 188 93 8 0 0.51 0.96 0.26 28.33 0.92 0.38
Hex BC 5D 8 0 33 60 1A 1C 5C 26
Octal 274 135 10 0 63 140 32 34 134 46
Binary 10111100 1011101 1000 0 110011 1100000 11010 11100 1011100 100110

Color Harmonies of #BC5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D08

Black with #BC5D08

Text Example


Text Example

White with #BC5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D08; }

 p { color: rgb(188,93,8); }

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

background-color css

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

 a { background-color: rgb(188,93,8); }

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

border-color css

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

 span { border-color: rgb(188,93,8); }

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