Html Css Color HEX #BC6310 Tenne (Tawny)

📋 copy color: '#BC6310'

red 188 ◦ green 99 ◦ blue 16

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

Shades of Tenne (Tawny) #BC6310

Tints of Tenne (Tawny) #BC6310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.28%

R = 62.05%
G = 32.67%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC6310 (or 0xBC6310) is known color: Tenne (Tawny). HEX triplet: BC, 63 and 10. RGB value is (188,99,16). Sum of RGB (Red+Green+Blue) = 188+99+16=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6310 is #439CEF. Grayscale: #747474. Windows color (decimal): -4431088 or 1074108. OLE color: 1074108.

HSL color Cylindrical-coordinate representation of color #BC6310: hue angle of 28.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC6310 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 16 -
CMYK 0 0.47 0.91 0.26
HSL 28.95º 0.84% 0.4% -
HSV(B) 28.95º 0.91% 0.74% -
XYZ 25.29 19.65 2.95 -
YUV 116.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 188 99 16 0 0.47 0.91 0.26 28.95 0.84 0.4
Hex BC 63 10 0 2F 5B 1A 1D 54 28
Octal 274 143 20 0 57 133 32 35 124 50
Binary 10111100 1100011 10000 0 101111 1011011 11010 11101 1010100 101000

Color Harmonies of #BC6310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6310

Black with #BC6310

Text Example


Text Example

White with #BC6310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6310; }

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

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

background-color css

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

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

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

border-color css

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

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

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