Html Css Color HEX #BC6203 Tenne (Tawny)

📋 copy color: '#BC6203'

red 188 ◦ green 98 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6203

Tints of Tenne (Tawny) #BC6203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 65.05%
G = 33.91%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6203 (or 0xBC6203) is known color: Tenne (Tawny). HEX triplet: BC, 62 and 03. RGB value is (188,98,3). Sum of RGB (Red+Green+Blue) = 188+98+3=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6203 is #439DFC. Grayscale: #727272. Windows color (decimal): -4431357 or 221884. OLE color: 221884.

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

Color convert

RGB 188 98 3 -
CMYK 0 0.48 0.98 0.26
HSL 30.81º 0.97% 0.37% -
HSV(B) 30.81º 0.98% 0.74% -
XYZ 25.12 19.43 2.51 -
YUV 114.08 65.32 180.72 -
System Red Green Blue C M Y K H S L
Decimal 188 98 3 0 0.48 0.98 0.26 30.81 0.97 0.37
Hex BC 62 3 0 30 62 1A 1F 61 25
Octal 274 142 3 0 60 142 32 37 141 45
Binary 10111100 1100010 11 0 110000 1100010 11010 11111 1100001 100101

Color Harmonies of #BC6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6203

Black with #BC6203

Text Example


Text Example

White with #BC6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6203; }

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

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

background-color css

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

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

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

border-color css

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

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

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