Html Css Color HEX #BC6403 Tenne (Tawny)

📋 copy color: '#BC6403'

red 188 ◦ green 100 ◦ blue 3

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

Shades of Tenne (Tawny) #BC6403

Tints of Tenne (Tawny) #BC6403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

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

R = 64.6%
G = 34.36%
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

#BC6403 (or 0xBC6403) is known color: Tenne (Tawny). HEX triplet: BC, 64 and 03. RGB value is (188,100,3). Sum of RGB (Red+Green+Blue) = 188+100+3=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6403 is #439BFC. Grayscale: #737373. Windows color (decimal): -4430845 or 222396. OLE color: 222396.

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

Color convert

RGB 188 100 3 -
CMYK 0 0.47 0.98 0.26
HSL 31.46º 0.97% 0.37% -
HSV(B) 31.46º 0.98% 0.74% -
XYZ 25.31 19.81 2.58 -
YUV 115.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 188 100 3 0 0.47 0.98 0.26 31.46 0.97 0.37
Hex BC 64 3 0 2F 62 1A 1F 61 25
Octal 274 144 3 0 57 142 32 37 141 45
Binary 10111100 1100100 11 0 101111 1100010 11010 11111 1100001 100101

Color Harmonies of #BC6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6403

Black with #BC6403

Text Example


Text Example

White with #BC6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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