Html Css Color HEX #BC6200 Tenne (Tawny)

📋 copy color: '#BC6200'

red 188 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #BC6200

Tints of Tenne (Tawny) #BC6200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.73%
G = 34.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC6200 (or 0xBC6200) is known color: Tenne (Tawny). HEX triplet: BC, 62 and 00. RGB value is (188,98,0). Sum of RGB (Red+Green+Blue) = 188+98+0=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6200 is #439DFF. Grayscale: #727272. Windows color (decimal): -4431360 or 25276. OLE color: 25276.

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

Color convert

RGB 188 98 0 -
CMYK 0 0.48 1 0.26
HSL 31.28º 1% 0.37% -
HSV(B) 31.28º 1% 0.74% -
XYZ 25.11 19.43 2.43 -
YUV 113.74 63.82 180.97 -
System Red Green Blue C M Y K H S L
Decimal 188 98 0 0 0.48 1 0.26 31.28 1 0.37
Hex BC 62 0 0 30 64 1A 1F 64 25
Octal 274 142 0 0 60 144 32 37 144 45
Binary 10111100 1100010 0 0 110000 1100100 11010 11111 1100100 100101

Color Harmonies of #BC6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6200

Black with #BC6200

Text Example


Text Example

White with #BC6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6200; }

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

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

background-color css

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

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

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

border-color css

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

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

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