Html Css Color HEX #BC5E06 Tenne (Tawny)

📋 copy color: '#BC5E06'

red 188 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #BC5E06

Tints of Tenne (Tawny) #BC5E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 65.28%
G = 32.64%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC5E06 (or 0xBC5E06) is known color: Tenne (Tawny). HEX triplet: BC, 5E and 06. RGB value is (188,94,6). Sum of RGB (Red+Green+Blue) = 188+94+6=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E06 is #43A1F9. Grayscale: #707070. Windows color (decimal): -4432378 or 417468. OLE color: 417468.

HSL color Cylindrical-coordinate representation of color #BC5E06: hue angle of 29.01º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC5E06 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 6 -
CMYK 0 0.50 0.97 0.26
HSL 29.01º 0.94% 0.38% -
HSV(B) 29.01º 0.97% 0.74% -
XYZ 24.77 18.71 2.48 -
YUV 112.07 68.14 182.16 -
System Red Green Blue C M Y K H S L
Decimal 188 94 6 0 0.50 0.97 0.26 29.01 0.94 0.38
Hex BC 5E 6 0 32 61 1A 1D 5E 26
Octal 274 136 6 0 62 141 32 35 136 46
Binary 10111100 1011110 110 0 110010 1100001 11010 11101 1011110 100110

Color Harmonies of #BC5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E06

Black with #BC5E06

Text Example


Text Example

White with #BC5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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