Html Css Color HEX #BC5E08 Tenne (Tawny)

📋 copy color: '#BC5E08'

red 188 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #BC5E08

Tints of Tenne (Tawny) #BC5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 64.83%
G = 32.41%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC5E08 (or 0xBC5E08) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 08. RGB value is (188,94,8). Sum of RGB (Red+Green+Blue) = 188+94+8=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E08 is #43A1F7. Grayscale: #707070. Windows color (decimal): -4432376 or 548540. OLE color: 548540.

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

Color convert

RGB 188 94 8 -
CMYK 0 0.50 0.96 0.26
HSL 28.67º 0.92% 0.38% -
HSV(B) 28.67º 0.96% 0.74% -
XYZ 24.79 18.71 2.54 -
YUV 112.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 188 94 8 0 0.50 0.96 0.26 28.67 0.92 0.38
Hex BC 5E 8 0 32 60 1A 1D 5C 26
Octal 274 136 10 0 62 140 32 35 134 46
Binary 10111100 1011110 1000 0 110010 1100000 11010 11101 1011100 100110

Color Harmonies of #BC5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E08

Black with #BC5E08

Text Example


Text Example

White with #BC5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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