Html Css Color HEX #BC5D01 Tenne (Tawny)

📋 copy color: '#BC5D01'

red 188 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #BC5D01

Tints of Tenne (Tawny) #BC5D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 66.67%
G = 32.98%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC5D01 (or 0xBC5D01) is known color: Tenne (Tawny). HEX triplet: BC, 5D and 01. RGB value is (188,93,1). Sum of RGB (Red+Green+Blue) = 188+93+1=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5D01 is #43A2FE. Grayscale: #6F6F6F. Windows color (decimal): -4432639 or 89532. OLE color: 89532.

HSL color Cylindrical-coordinate representation of color #BC5D01: hue angle of 29.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC5D01 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 93 1 -
CMYK 0 0.51 0.99 0.26
HSL 29.52º 0.99% 0.37% -
HSV(B) 29.52º 0.99% 0.74% -
XYZ 24.66 18.52 2.3 -
YUV 110.92 65.97 182.98 -
System Red Green Blue C M Y K H S L
Decimal 188 93 1 0 0.51 0.99 0.26 29.52 0.99 0.37
Hex BC 5D 1 0 33 63 1A 1E 63 25
Octal 274 135 1 0 63 143 32 36 143 45
Binary 10111100 1011101 1 0 110011 1100011 11010 11110 1100011 100101

Color Harmonies of #BC5D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D01

Black with #BC5D01

Text Example


Text Example

White with #BC5D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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