Html Css Color HEX #BC6201 Tenne (Tawny)

📋 copy color: '#BC6201'

red 188 ◦ green 98 ◦ blue 1

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

Shades of Tenne (Tawny) #BC6201

Tints of Tenne (Tawny) #BC6201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 65.51%
G = 34.15%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC6201 (or 0xBC6201) is known color: Tenne (Tawny). HEX triplet: BC, 62 and 01. RGB value is (188,98,1). Sum of RGB (Red+Green+Blue) = 188+98+1=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6201 is #439DFE. Grayscale: #727272. Windows color (decimal): -4431359 or 90812. OLE color: 90812.

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

Color convert

RGB 188 98 1 -
CMYK 0 0.48 0.99 0.26
HSL 31.12º 0.99% 0.37% -
HSV(B) 31.12º 0.99% 0.74% -
XYZ 25.11 19.43 2.46 -
YUV 113.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 188 98 1 0 0.48 0.99 0.26 31.12 0.99 0.37
Hex BC 62 1 0 30 63 1A 1F 63 25
Octal 274 142 1 0 60 143 32 37 143 45
Binary 10111100 1100010 1 0 110000 1100011 11010 11111 1100011 100101

Color Harmonies of #BC6201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6201

Black with #BC6201

Text Example


Text Example

White with #BC6201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6201; }

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

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

background-color css

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

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

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

border-color css

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

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

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