Html Css Color HEX #BC6303 Tenne (Tawny)

📋 copy color: '#BC6303'

red 188 ◦ green 99 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6303

Tints of Tenne (Tawny) #BC6303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 64.83%
G = 34.14%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC6303 (or 0xBC6303) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 03. RGB value is (188,99,3). Sum of RGB (Red+Green+Blue) = 188+99+3=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6303 is #439CFC. Grayscale: #737373. Windows color (decimal): -4431101 or 222140. OLE color: 222140.

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

Color convert

RGB 188 99 3 -
CMYK 0 0.47 0.98 0.26
HSL 31.14º 0.97% 0.37% -
HSV(B) 31.14º 0.98% 0.74% -
XYZ 25.22 19.62 2.54 -
YUV 114.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 188 99 3 0 0.47 0.98 0.26 31.14 0.97 0.37
Hex BC 63 3 0 2F 62 1A 1F 61 25
Octal 274 143 3 0 57 142 32 37 141 45
Binary 10111100 1100011 11 0 101111 1100010 11010 11111 1100001 100101

Color Harmonies of #BC6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6303

Black with #BC6303

Text Example


Text Example

White with #BC6303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6303; }

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

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

background-color css

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

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

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

border-color css

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

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

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